From 36af2c3515b5c061ac7d97e0c000cd4255e10450 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期日, 31 三月 2024 23:35:47 +0800
Subject: [PATCH] 动态路由

---
 Source/ProjectWeb/src/router/page/index.js |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/Source/ProjectWeb/src/router/page/index.js b/Source/ProjectWeb/src/router/page/index.js
index 657b0e0..d4946ac 100644
--- a/Source/ProjectWeb/src/router/page/index.js
+++ b/Source/ProjectWeb/src/router/page/index.js
@@ -77,18 +77,18 @@
     path: '*',
     redirect: '/404'
   },
-  {
-    path: '/UIContentViewer',
-    name: 'UI涓婁笅鏂�',
-    component: Layout,
-    children: [
-      {
-        path: '',
-        component: () => import("@/views/base/UIContentViewer"),
-        props: true
-      }
-    ]
-  },
+  // {
+  //   path: '/UIContentViewer',
+  //   name: 'UI涓婁笅鏂�',
+  //   component: Layout,
+  //   children: [
+  //     {
+  //       path: '',
+  //       component: () => import("@/views/base/UIContentViewer"),
+  //       props: true
+  //     }
+  //   ]
+  // },
   {
     path: '/dynamic-form',
     name: '鍔ㄦ�佽〃鏍奸〉闈�',

--
Gitblit v1.9.3