From 39248bc48bd1c2b66e18337dadd70d50b2bfaae6 Mon Sep 17 00:00:00 2001
From: houzhongjian <houzhongyi@126.com>
Date: 星期五, 13 九月 2024 16:31:12 +0800
Subject: [PATCH] 框架及页面bug修改

---
 src/router/modules/remaining.ts |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts
index b889036..825f9f0 100644
--- a/src/router/modules/remaining.ts
+++ b/src/router/modules/remaining.ts
@@ -1,4 +1,4 @@
-import { Layout } from '@/utils/routerHelper'
+import {Layout} from '@/utils/routerHelper'
 
 const { t } = useI18n()
 /**
@@ -51,11 +51,22 @@
     }
   },
   {
+    path: '/home2',
+    component: () => import('@/views/Home/Index2.vue'),
+    name: 'Home2',
+    meta: {
+      hidden: true,
+      noTagsView: true
+    },
+  },
+  {
     path: '/',
     component: Layout,
-    redirect: '/index',
     name: 'Home',
-    meta: {},
+    meta: {
+      hidden: true,
+      noTagsView: true
+    },
     children: [
       {
         path: 'index',

--
Gitblit v1.9.3