Browse Source

路由文件

DESKTOP-2S67K1S\31396 2 years ago
parent
commit
209ce6e410
1 changed files with 17 additions and 2 deletions
  1. 17 2
      src/router/index.js

+ 17 - 2
src/router/index.js

@@ -570,8 +570,23 @@ export const dynamicRoutes = [{
       activeMenu: '/registration/exchangeConfig'
     }
   }]
-}
-]
+},
+// App升级
+{
+  path: '/push',
+  component: Layout,
+  hidden: true,
+  permissions: ['push:update:list'],
+  children: [{
+    path: 'update/detail',
+    component: () => import('@/views/push/update/detail'),
+    name: 'updateDetail',
+    meta: {
+      title: '升级详情',
+      activeMenu: '/push/update'
+    }
+  }]
+}]
 
 export default new Router({
   mode: 'history', // 去掉url中的#