|
@@ -556,6 +556,28 @@ export const dynamicRoutes = [
|
|
|
}]
|
|
|
},
|
|
|
|
|
|
+ // 协议管理
|
|
|
+ {
|
|
|
+ name: 'operationAgreement',
|
|
|
+ path: '/operation',
|
|
|
+ component: Layout,
|
|
|
+ hidden: true,
|
|
|
+ permissions: ['operation:agreement:list'],
|
|
|
+ children: [{
|
|
|
+ name: 'operationAgreementDetail',
|
|
|
+ path: 'agreement/detail',
|
|
|
+ component: () => import('@/views/operation/agreement/detail'),
|
|
|
+ meta: {
|
|
|
+ title: '协议详情',
|
|
|
+ activeMenu: '/operation/agreement'
|
|
|
+ }
|
|
|
+ }]
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -752,23 +774,7 @@ export const dynamicRoutes = [
|
|
|
|
|
|
|
|
|
|
|
|
- // 协议管理
|
|
|
- {
|
|
|
- path: '/operation',
|
|
|
- component: Layout,
|
|
|
- hidden: true,
|
|
|
- permissions: ['operation:agreement:list'],
|
|
|
- name: 'agreement',
|
|
|
- children: [{
|
|
|
- path: 'agreement/detail',
|
|
|
- component: () => import('@/views/operation/agreement/detail'),
|
|
|
- name: 'agreementDetail',
|
|
|
- meta: {
|
|
|
- title: '协议详情',
|
|
|
- activeMenu: '/operation/agreement'
|
|
|
- }
|
|
|
- }]
|
|
|
- },
|
|
|
+
|
|
|
// 活动管理
|
|
|
{
|
|
|
path: '/operation',
|