src/router/index.js
@@ -2,7 +2,7 @@ * @Author: shuishen 1109946754@qq.com * @Date: 2024-10-25 16:35:31 * @LastEditors: shuishen 1109946754@qq.com * @LastEditTime: 2024-10-29 17:48:52 * @LastEditTime: 2024-10-30 15:01:50 * @FilePath: \bigScreen\src\router\index.js * @Description: * @@ -16,6 +16,16 @@ redirect: '/layout', }, { path: '/login', name: '登录页', component: () => import('@/page/login.vue'), meta: { keepAlive: true, isTab: false, isAuth: false, }, }, { path: '/layout', name: 'layout', redirect: '/layout/survey',