From 02583d412e6680732829fe32e2af44d88c7ac2e2 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 22 Nov 2024 15:39:10 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/main'

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

diff --git a/src/router/index.js b/src/router/index.js
index 1782af6..8a8d59b 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-21 15:35:48
+ * @LastEditTime: 2024-11-21 15:44:21
  * @FilePath: \bigScreen\src\router\index.js
  * @Description: 
  * 
@@ -14,11 +14,11 @@
 const subLayout = () => import('@/pages/sub/index.vue')
 const companyInfo = () => import('@/views/companyInfo/index.vue')
 const routes = [
-  {
-    path: '/:catchAll(.*)',
-    name: 'not-found',
-    redirect: '/layout',
-  },
+  // {
+  //   path: '/:catchAll(.*)',
+  //   name: 'not-found',
+  //   redirect: '/layout',
+  // },
   {
     path: '',
     redirect: '/layout',

--
Gitblit v1.9.3