From 18c43123b51a1688ab4ae01fe3d171c7d92e619b Mon Sep 17 00:00:00 2001
From: wangting <wangting@vci-tech.com>
Date: 星期四, 16 一月 2025 18:19:34 +0800
Subject: [PATCH] 1、调整会话过期提示 2、流程设计器隐藏拓展按钮,隐藏右下角图标

---
 Source/plt-web/plt-web-ui/src/router/page/index.js |   41 -----------------------------------------
 1 files changed, 0 insertions(+), 41 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 b384b71..5cc98e8 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
@@ -78,30 +78,6 @@
     redirect: '/404'
   },
   {
-    path: '/dynamic-form',
-    name: '鍔ㄦ�佽〃鏍奸〉闈�',
-    component: Layout,
-    children: [
-      {
-        path: '', // 绌鸿矾寰勮〃绀鸿闂� '/dynamic-form' 鏃跺姞杞� Layout 缁勪欢
-        component: () => import('@/components/dynamic-components/dynamic-form'),
-        props: true
-      }
-    ]
-  },
-  {
-    path: '/UIContentViewer',
-    name: 'UI涓婁笅鏂囧睍绀�',
-    component: Layout,
-    children: [
-      {
-        path: '', // 绌鸿矾寰勮〃绀鸿闂� '/UIContentViewer' 鏃跺姞杞� Layout 缁勪欢
-        component: () => import('@/views/base/UIContentViewer'),
-        props: true
-      }
-    ]
-  },
-  {
     path: '/referIndex',
     name: '鍙傜収绀轰緥',
     component: Layout,
@@ -112,22 +88,5 @@
         props: true
       }
     ]
-  },
-  {
-    path: '/UIDefineShow/:uiDefineOid',
-    name: 'UI瀹氫箟璇︽儏',
-    component: Layout,
-    children: [
-      {
-        path: '', // 绌鸿矾寰勮〃绀鸿闂� '/referIndex' 鏃跺姞杞� Layout 缁勪欢
-        component: () => import('@/views/modelingMenu/ui/uiDefine/plShow'),
-        props: true
-      }
-    ],
-    meta:{
-      keepAlive: true,
-      isTab: true,
-      isAuth: true
-    }
   }
 ]

--
Gitblit v1.9.3