This commit is contained in:
2023-10-09 19:47:09 +08:00
parent 2c0bc99c03
commit 6c71bccd83
7 changed files with 342 additions and 44 deletions

View File

@@ -53,6 +53,11 @@ export const constantRoutes = [{
component: () => import('@/views/question'),
hidden: true
},
{
path: '/clue/feedback',
component: () => import('@/views/zs/feedback/first'),
hidden: true
},
{
path: '/404',
component: () => import('@/views/error/404'),