From 9eb2a7a079658352ca41d7f0d60bed96d3a7c390 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期一, 08 九月 2025 14:19:23 +0800
Subject: [PATCH] 测试完成

---
 src/router/index.js |   36 +++++++++++++++++++++++-------------
 1 files changed, 23 insertions(+), 13 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 6f4d0f9..8fe8951 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -46,6 +46,11 @@
     component: () => import('@/views/login'),
     hidden: true
   },
+    {
+    path: '/loginSSO',
+    component: () => import('@/views/loginSSO'),
+    hidden: true
+  },
   {
     path: '/sf',
     component: () => import('@/views/outsideChainnew'),
@@ -59,6 +64,11 @@
   {
     path: '/xj',
     component: () => import('@/views/outsideChainxjnew'),
+    hidden: true
+  },
+  {
+    path: '/satisfaction',
+    component: () => import('@/views/satisfaction'),
     hidden: true
   },
   {
@@ -96,19 +106,19 @@
     component: () => import('@/views/error/401'),
     hidden: true
   },
-  // {
-  //   path: '',
-  //   component: Layout,
-  //   redirect: 'index',
-  //   children: [
-  //     {
-  //       path: 'index',
-  //       component: () => import('@/views/index'),
-  //       name: 'Index',
-  //       meta: { title: '棣栭〉', icon: 'dashboard', affix: true }
-  //     }
-  //   ]
-  // },
+  {
+    path: '',
+    component: Layout,
+    redirect: 'index',
+    children: [
+      {
+        path: 'index',
+        component: () => import('@/views/index'),
+        name: 'Index',
+        meta: { title: '棣栭〉', icon: 'dashboard', affix: true }
+      }
+    ]
+  },
   {
     path: '/user',
     component: Layout,

--
Gitblit v1.9.3