|
@@ -594,6 +594,26 @@ export const dynamicRoutes = [
|
|
|
}]
|
|
|
},
|
|
|
|
|
|
+ // 反馈列表
|
|
|
+ {
|
|
|
+ name: 'operationFeedbacklist',
|
|
|
+ path: '/operation',
|
|
|
+ component: Layout,
|
|
|
+ hidden: true,
|
|
|
+ permissions: ['operation:feedbacklist:list'],
|
|
|
+ children: [{
|
|
|
+ name: 'operationFeedbacklistDetail',
|
|
|
+ path: 'feedback/feedbacklist/detail',
|
|
|
+ component: () => import('@/views/operation/feedbacklist/detail'),
|
|
|
+ meta: {
|
|
|
+ title: '反馈详情',
|
|
|
+ activeMenu: '/operation/feedback/feedbacklist'
|
|
|
+ }
|
|
|
+ }]
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -796,23 +816,6 @@ export const dynamicRoutes = [
|
|
|
|
|
|
|
|
|
|
|
|
- // 反馈列表
|
|
|
- {
|
|
|
- path: '/operation',
|
|
|
- component: Layout,
|
|
|
- hidden: true,
|
|
|
- permissions: ['operation:feedbacklist:list'],
|
|
|
- name: 'feedbacklist',
|
|
|
- children: [{
|
|
|
- path: 'feedback/feedbacklist/detail',
|
|
|
- component: () => import('@/views/operation/feedbacklist/detail'),
|
|
|
- name: 'feedbacklistDetail',
|
|
|
- meta: {
|
|
|
- title: '反馈详情',
|
|
|
- activeMenu: '/operation/feedback/feedbacklist'
|
|
|
- }
|
|
|
- }]
|
|
|
- },
|
|
|
// 门店管理
|
|
|
{
|
|
|
path: '/operation',
|