浏览代码

路由修改

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 }
 ]