| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2024-10-25 16:35:31 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2024-11-10 20:30:44 |
| | | * @LastEditTime: 2024-11-11 18:38:01 |
| | | * @FilePath: \bigScreen\src\router\index.js |
| | | * @Description: |
| | | * |
| | | * Copyright (c) 2024 by shuishen, All Rights Reserved. |
| | | */ |
| | | import { createRouter, createWebHistory, createWebHashHistory } from 'vue-router' |
| | | const layout = () => import("@/views/layout/index.vue") |
| | | const firstLayout = () => import('@/views/first/index.vue') |
| | | const subLayout = () => import('@/views/sub/index.vue') |
| | | const layout = () => import("@/pages/layout/index.vue") |
| | | const firstLayout = () => import('@/pages/first/index.vue') |
| | | const subLayout = () => import('@/pages/sub/index.vue') |
| | | const companyInfo = () => import('@/views/companyInfo/index.vue') |
| | | const routes = [ |
| | | { |
| | |
| | | { |
| | | path: '/login', |
| | | name: '登录页', |
| | | component: () => import('@/page/login.vue'), |
| | | component: () => import('@/pages/login.vue'), |
| | | meta: { |
| | | keepAlive: true, |
| | | isTab: false, |