智慧园区前端大屏
shuishen
2024-11-11 aaf3a156eb08f0107db3bff99e10766575cd5ce5
src/router/index.js
@@ -2,16 +2,16 @@
 * @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 = [
  {
@@ -21,7 +21,7 @@
  {
    path: '/login',
    name: '登录页',
    component: () => import('@/page/login.vue'),
    component: () => import('@/pages/login.vue'),
    meta: {
      keepAlive: true,
      isTab: false,