From 8be3182372eb774dce8f9c97a0b51c03bda165c7 Mon Sep 17 00:00:00 2001
From: wangting <675591594@qq.com>
Date: 星期一, 08 四月 2024 15:33:11 +0800
Subject: [PATCH] UI展示

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

diff --git a/Source/ProjectWeb/src/router/page/index.js b/Source/ProjectWeb/src/router/page/index.js
index c4396fc..6172f26 100644
--- a/Source/ProjectWeb/src/router/page/index.js
+++ b/Source/ProjectWeb/src/router/page/index.js
@@ -78,27 +78,39 @@
     redirect: '/404'
   },
   {
-    path: '/UIContentViewer',
-    name: 'UI涓婁笅鏂�',
-    component: Layout,
-    children: [
-      {
-        path: '',
-        component: () => import("@/views/base/UIContentViewer"),
-        props: true
-      }
-    ]
-  },
-  {
     path: '/dynamic-form',
     name: '鍔ㄦ�佽〃鏍奸〉闈�',
     component: Layout,
     children: [
       {
-        path: '', // 绌鸿矾寰勮〃绀鸿闂� '/dynamic-table' 鏃跺姞杞� Layout 缁勪欢
+        path: '', // 绌鸿矾寰勮〃绀鸿闂� '/dynamic-form' 鏃跺姞杞� Layout 缁勪欢
         component: () => import('@/components/dynamic-components/dynamic-form'),
         props: true
       }
     ]
   },
+  {
+    path: '/UIContentViewer',
+    name: '鍔ㄦ�佽〃鏍奸〉闈�',
+    component: Layout,
+    children: [
+      {
+        path: '', // 绌鸿矾寰勮〃绀鸿闂� '/dynamic-form' 鏃跺姞杞� Layout 缁勪欢
+        component: () => import('@/views/base/UIContentViewer'),
+        props: true
+      }
+    ]
+  },
+  {
+    path: '/referIndex',
+    name: '鍔ㄦ�佽〃鏍奸〉闈�',
+    component: Layout,
+    children: [
+      {
+        path: '', // 绌鸿矾寰勮〃绀鸿闂� '/dynamic-form' 鏃跺姞杞� Layout 缁勪欢
+        component: () => import('@/views/test/referDemo/index'),
+        props: true
+      }
+    ]
+  },
 ]

--
Gitblit v1.9.3