Browse Source

默认的

Kirin 4 years ago
parent
commit
ecf85356c5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      route/api/route.php

+ 1 - 0
route/api/route.php

@@ -170,6 +170,7 @@ Route::group(function () {
 Route::group(function () {
 Route::group(function () {
     //公共类
     //公共类
     Route::get('index', 'PublicController/index')->name('index');//首页
     Route::get('index', 'PublicController/index')->name('index');//首页
+    Route::get('member/config/:type', 'user.UserController/getMemberConfig')->name('getMemberConfig');//首页
     Route::get('vote', 'vote.VoteController/lst')->name('vote');//投票列表
     Route::get('vote', 'vote.VoteController/lst')->name('vote');//投票列表
     Route::get('city_area', 'PublicController/cityArea')->name('city_area');
     Route::get('city_area', 'PublicController/cityArea')->name('city_area');
     Route::get('search/keyword', 'PublicController/search')->name('searchKeyword');//热门搜索关键字获取
     Route::get('search/keyword', 'PublicController/search')->name('searchKeyword');//热门搜索关键字获取