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