소스 검색

路由修改

zhangxiaojun 1 개월 전
부모
커밋
7604812947
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/router/index.js

+ 2 - 2
src/router/index.js

@@ -101,8 +101,8 @@ export const constantRoutes = [
     ]
   },
   businessManage,
-  myTrade,
-  myApplication
+  myTrade
+  // myApplication
   // 404 page must be placed at the end !!!
   // { path: '*', redirect: '/404', hidden: true }
 ]