|
@@ -79,6 +79,8 @@ Route::group(['middleware'=> ['checkWx']],function ($route){
|
|
//排期
|
|
//排期
|
|
$route->any('pq','Api\DeleteController@pq');
|
|
$route->any('pq','Api\DeleteController@pq');
|
|
|
|
|
|
|
|
+ $route->any('menuList', 'Api\SysMenuController@menuList');
|
|
|
|
+
|
|
//设置列表
|
|
//设置列表
|
|
$route->any('productInventorySetList', 'Api\ProductInventoryController@productInventorySetList');
|
|
$route->any('productInventorySetList', 'Api\ProductInventoryController@productInventorySetList');
|
|
$route->any('getMySetting', 'Api\ProductInventoryController@getMySetting');
|
|
$route->any('getMySetting', 'Api\ProductInventoryController@getMySetting');
|