智慧园区前端大屏
shuishen
2024-12-02 3d593dc500260628905ead51dd86981b8ae9e4f5
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-11-27 20:30:40
 * @LastEditTime: 2024-12-02 17:05:25
 * @FilePath: \bigScreen\src\router\index.js
 * @Description: 
 * 
@@ -10,7 +10,6 @@
 */
import { createRouter, createWebHistory, createWebHashHistory } from 'vue-router'
const layout = () => import("@/pages/layout/index.vue")
const firstLayout = () => import('@/pages/first/index.vue')
const subLayout = () => import('@/pages/sub/index.vue')
const mapLayout = () => import('@/pages/map/index.vue')
const singleLayout = () => import('@/pages/single/index.vue')