|
@@ -630,6 +630,31 @@ export const dynamicRoutes = [
|
|
|
}]
|
|
|
},
|
|
|
|
|
|
+ // 说明书管理详情
|
|
|
+ {
|
|
|
+ path: '/operation',
|
|
|
+ component: Layout,
|
|
|
+ hidden: true,
|
|
|
+ permissions: ['operation:explain:list'],
|
|
|
+ children: [{
|
|
|
+ path: 'explain/detail',
|
|
|
+ component: () => import('@/views/operation/explain/detail'),
|
|
|
+ name: 'explainDetail',
|
|
|
+ meta: {
|
|
|
+ title: '说明书管理详情',
|
|
|
+ activeMenu: '/operation/explain'
|
|
|
+ }
|
|
|
+ }]
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -762,22 +787,7 @@ export const dynamicRoutes = [
|
|
|
},
|
|
|
|
|
|
|
|
|
- // 说明书管理详情
|
|
|
- {
|
|
|
- path: '/operation',
|
|
|
- component: Layout,
|
|
|
- hidden: true,
|
|
|
- permissions: ['operation:explain:list'],
|
|
|
- children: [{
|
|
|
- path: 'explain/detail',
|
|
|
- component: () => import('@/views/operation/explain/detail'),
|
|
|
- name: 'explainDetail',
|
|
|
- meta: {
|
|
|
- title: '说明书管理详情',
|
|
|
- activeMenu: '/operation/explain'
|
|
|
- }
|
|
|
- }]
|
|
|
- },
|
|
|
+
|
|
|
// 微信banner
|
|
|
{
|
|
|
path: '/operation',
|