| | |
| | | * @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: |
| | | * |
| | |
| | | */ |
| | | 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') |