|
@@ -169,6 +169,35 @@ export const dynamicRoutes = [
|
|
}]
|
|
}]
|
|
},
|
|
},
|
|
|
|
|
|
|
|
+ // 设备升级
|
|
|
|
+ {
|
|
|
|
+ path: '/device',
|
|
|
|
+ name: 'deviceVersion',
|
|
|
|
+ component: Layout,
|
|
|
|
+ hidden: true,
|
|
|
|
+ permissions: ['device:version:list'],
|
|
|
|
+ children: [{
|
|
|
|
+ path: 'version/detail',
|
|
|
|
+ name: 'deviceVersionDetail',
|
|
|
|
+ component: () => import('@/views/device/version/detail'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '设备升级详情',
|
|
|
|
+ activeMenu: '/device/version'
|
|
|
|
+ }
|
|
|
|
+ }]
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
{
|
|
{
|
|
path: '/system/user-auth',
|
|
path: '/system/user-auth',
|
|
@@ -266,22 +295,7 @@ export const dynamicRoutes = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- // 设备升级
|
|
|
|
- {
|
|
|
|
- path: '/device',
|
|
|
|
- component: Layout,
|
|
|
|
- hidden: true,
|
|
|
|
- permissions: ['device:version:list'],
|
|
|
|
- children: [{
|
|
|
|
- path: 'version/detail',
|
|
|
|
- component: () => import('@/views/device/version/detail'),
|
|
|
|
- name: 'deviceVersionDetail',
|
|
|
|
- meta: {
|
|
|
|
- title: '设备升级详情',
|
|
|
|
- activeMenu: '/device/version'
|
|
|
|
- }
|
|
|
|
- }]
|
|
|
|
- },
|
|
|
|
|
|
+
|
|
// 设备文章
|
|
// 设备文章
|
|
{
|
|
{
|
|
path: '/device',
|
|
path: '/device',
|