From aaf3a156eb08f0107db3bff99e10766575cd5ce5 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 11 Nov 2024 18:47:12 +0800
Subject: [PATCH] pages文件调整
---
src/router/index.js | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index b3e5316..fb0514f 100644
--- a/src/router/index.js
+++ b/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,
--
Gitblit v1.9.3