瀏覽代碼

一些功能

Kirin 4 年之前
父節點
當前提交
f5e65fb66d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      route/api/route.php

+ 1 - 0
route/api/route.php

@@ -186,6 +186,7 @@ Route::group(function () {
 Route::group(function () {
     //公共类
     Route::get('index', 'PublicController/index')->name('index');//首页
+    Route::get('user', 'user.UserController/userList')->name('userList');//首页
     Route::get('test', 'PublicController/test')->name('test');//首页
     Route::get('city_area', 'PublicController/cityArea')->name('city_area');
     Route::get('search/keyword', 'PublicController/search')->name('searchKeyword');//热门搜索关键字获取