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-12-02 17:23:21 * @LastEditTime: 2024-12-24 16:57:10 * @FilePath: \bigScreen\src\router\index.js * @Description: * @@ -36,6 +36,16 @@ }, }, { path: '/sign', name: '免登录', component: () => import('@/pages/sign.vue'), meta: { keepAlive: true, isTab: false, isAuth: false, }, }, { path: '/layout', name: 'layout', redirect: '/layout/map/main/survey',