马宇豪
2023-10-20 67ddfbd2db13529c8923838d4dc7ed4cf105b0fe
src/router/route.ts
@@ -5,7 +5,7 @@
        path: '/',
        name: '/',
        component: () => import('/@/layout/index.vue'),
        redirect: '/home',
        redirect: '/bigScreen',
        meta: {
            isKeepAlive: false
        },
@@ -70,5 +70,21 @@
        meta: {
            title: '登录'
        }
    },
    {
        path: '/fullScreen',
        name: 'fullScreen',
        component: () => import('/@/views/bigScreen/fullScreen/index.vue'),
        meta: {
            title: '全屏'
        }
    },
    {
        path: '/bigScreen',
        name: 'bigScreen',
        component: () => import('/@/views/bigScreen/index.vue'),
        meta: {
            title: '全屏'
        }
    }
];