This commit is contained in:
ygx
2026-03-15 23:16:00 +08:00
parent 18072d75a4
commit 2835695d78
36 changed files with 6902 additions and 17 deletions

View File

@@ -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: ['*'],
},
},
],
}