cqpCow 1 년 전
부모
커밋
e6e7b49065
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      routes/wx.php

+ 2 - 0
routes/wx.php

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