From 1c598b62976901679a6ba723d6fbe2dc6771f11f Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 18 三月 2025 19:07:04 +0800
Subject: [PATCH] 检验任务&首页代码迁移

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

diff --git a/src/router/index.js b/src/router/index.js
index b9dde1e..0817afc 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -46,6 +46,18 @@
     component: () => import("@/views/login"),
     hidden: true,
   },
+    // 绗笁鏂圭櫥褰曢〉
+  {
+    path: "/thirdpartylogin",
+    component: () => import("@/views/thirdpartylogin"),
+    hidden: true,
+  },
+  // 绗笁鏂圭櫥褰曢〉涓浆
+  {
+    path: "/logindemo",
+    component: () => import("@/views/logindemo"),
+    hidden: true,
+  },
   {
     path: "/register",
     component: () => import("@/views/register"),
@@ -126,8 +138,8 @@
         // 浠诲姟妫�楠岄〉闈�
         path: 'inspection',
         component: () => import('@/views/business/inspectionTask/Inspection'),
-        name: 'inspection',
-        meta: { title: '濮旀墭鍗曟楠�', activeMenu: '/business/inspectionTask' }
+        name: 'Inspection',
+        meta: {keepAlive: false, title: '濮旀墭鍗曟楠�', activeMenu: '/business/inspectionTask' }
       },
       // {
       //   // 鏌ョ湅濮旀墭鍗曡鎯呴〉闈�

--
Gitblit v1.9.3