作答,0 秒立刻跳转;两个问卷 '7YGakdEN' 'oxy4lVY6' 设备超限提示页;

This commit is contained in:
钱冠学
2024-04-27 12:19:16 +08:00
parent ddd47a045d
commit a5bf581425
7 changed files with 88 additions and 2 deletions

View File

@@ -106,6 +106,11 @@ const constantRoutes = [
meta: { noRedirectLogin: true },
component: () => import(/* webpackChunkName: "answer" */ '../views/Answer/Index.vue')
},
{
path: '/answer/limitResult',
name: 'AnswerLimitResult',
component: () => import(/* webpackChunkName: "answer" */ '../views/Answer/pages/AnswerLimitResult.vue')
},
{
path: '/preview',
name: 'Preview',