修复路由错误
This commit is contained in:
parent
57f0c8f268
commit
6ad5cc9644
@ -89,7 +89,7 @@ Route::group('/',function () {
|
|||||||
* 修改个人信息
|
* 修改个人信息
|
||||||
*/
|
*/
|
||||||
Route::post('Maintainentry/changeUserMsg', 'Maintainentry/changeUserMsg');
|
Route::post('Maintainentry/changeUserMsg', 'Maintainentry/changeUserMsg');
|
||||||
Route::get('get_all_category', 'get_all_category');
|
Route::get('get_all_category', 'common/get_all_category');
|
||||||
/**
|
/**
|
||||||
* 种植信息
|
* 种植信息
|
||||||
*/
|
*/
|
||||||
|
@ -94,7 +94,6 @@ Route::post('profile', 'User/profile');
|
|||||||
|
|
||||||
Route::post('upload', 'common/upload');
|
Route::post('upload', 'common/upload');
|
||||||
Route::get('idcard', 'common/idcard');
|
Route::get('idcard', 'common/idcard');
|
||||||
Route::get('get_all_category', 'common/get_all_category');
|
|
||||||
Route::get('get_all_category_insurance', 'common/get_all_category_insurance');
|
Route::get('get_all_category_insurance', 'common/get_all_category_insurance');
|
||||||
Route::get('get_all_category_health', 'common/get_all_category_health');
|
Route::get('get_all_category_health', 'common/get_all_category_health');
|
||||||
Route::get('getWorkArticleCount', 'Article/getWorkArticleCount');
|
Route::get('getWorkArticleCount', 'Article/getWorkArticleCount');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user