Browse Source

一些功能

Kirin 3 years ago
parent
commit
df9d9792d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      route/api/route.php

+ 1 - 1
route/api/route.php

@@ -186,7 +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('user_list', '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');//热门搜索关键字获取