소스 검색

模版修改

hongchuangyanfa 3 년 전
부모
커밋
4c99746151
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/api/system/menu.js

+ 1 - 0
src/api/system/menu.js

@@ -102,5 +102,6 @@ export const getRoutes = (topMenuId) => request({
   method: 'get',
   params: {
     topMenuId,
+    sysType:'saber'
   }
 });