From 37d730454255d0680c2bc4f1e15dc5cd1a55e6a9 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期三, 30 十月 2024 09:58:36 +0800
Subject: [PATCH] 部门分配成员接口和界面传参修改,枚举修改报错修复提交

---
 Source/plt-web/plt-web-ui/src/router/page/index.js |   25 +++++++++++++++++++++----
 1 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/src/router/page/index.js b/Source/plt-web/plt-web-ui/src/router/page/index.js
index 8a0cac6..5e4006d 100644
--- a/Source/plt-web/plt-web-ui/src/router/page/index.js
+++ b/Source/plt-web/plt-web-ui/src/router/page/index.js
@@ -91,11 +91,11 @@
   },
   {
     path: '/UIContentViewer',
-    name: '鍔ㄦ�佽〃鏍奸〉闈�',
+    name: 'UI涓婁笅鏂囧睍绀�',
     component: Layout,
     children: [
       {
-        path: '', // 绌鸿矾寰勮〃绀鸿闂� '/dynamic-form' 鏃跺姞杞� Layout 缁勪欢
+        path: '', // 绌鸿矾寰勮〃绀鸿闂� '/UIContentViewer' 鏃跺姞杞� Layout 缁勪欢
         component: () => import('@/views/base/UIContentViewer'),
         props: true
       }
@@ -103,14 +103,31 @@
   },
   {
     path: '/referIndex',
-    name: '鍔ㄦ�佽〃鏍奸〉闈�',
+    name: '鍙傜収绀轰緥',
     component: Layout,
     children: [
       {
-        path: '', // 绌鸿矾寰勮〃绀鸿闂� '/dynamic-form' 鏃跺姞杞� Layout 缁勪欢
+        path: '', // 绌鸿矾寰勮〃绀鸿闂� '/referIndex' 鏃跺姞杞� Layout 缁勪欢
         component: () => import('@/views/test/referDemo/index'),
         props: true
       }
     ]
   },
+  {
+    path: '/UIDefineShow/:uiDefineOid',
+    name: 'UI瀹氫箟璇︽儏',
+    component: Layout,
+    children: [
+      {
+        path: '', // 绌鸿矾寰勮〃绀鸿闂� '/referIndex' 鏃跺姞杞� Layout 缁勪欢
+        component: () => import('@/views/modelingMenu/ui/uiDefine/rightRegion/plShow'),
+        props: true
+      }
+    ],
+    meta:{
+      keepAlive: true,
+      isTab: true,
+      isAuth: true
+    }
+  }
 ]

--
Gitblit v1.9.3