From 3d593dc500260628905ead51dd86981b8ae9e4f5 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 02 Dec 2024 17:05:54 +0800
Subject: [PATCH] 去除多余文件

---
 src/router/index.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 2ed7d21..6978d7e 100644
--- a/src/router/index.js
+++ b/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')

--
Gitblit v1.9.3