Browse Source

路由修改

zhangxiaojun 1 month ago
parent
commit
7604812947
1 changed files with 2 additions and 2 deletions
  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 }
 ]