feat
This commit is contained in:
@@ -64,6 +64,15 @@ const OPS: AppRouteRecordRaw = {
|
||||
roles: ['*'],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'feedback/all',
|
||||
name: 'FeedbackAll',
|
||||
component: () => import('@/views/ops/pages/feedback/all/index.vue'),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user