|
@@ -570,8 +570,23 @@ export const dynamicRoutes = [{
|
|
activeMenu: '/registration/exchangeConfig'
|
|
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({
|
|
export default new Router({
|
|
mode: 'history', // 去掉url中的#
|
|
mode: 'history', // 去掉url中的#
|