From ff1296b2da187a72238d81f1ca792f4626a5da58 Mon Sep 17 00:00:00 2001
From: yuxc <yuxc@vci-tech.com>
Date: 星期二, 07 一月 2025 11:31:58 +0800
Subject: [PATCH] 获取业务类型树返回图标数据
---
Source/plt-web/plt-web-ui/src/router/page/index.js | 32 ++++----------------------------
1 files changed, 4 insertions(+), 28 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 6172f26..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
@@ -58,7 +58,7 @@
{
path: '/',
name: '涓婚〉',
- redirect: '/wel'
+ redirect: '/wel/index'
},
{
path: '/myiframe',
@@ -78,39 +78,15 @@
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: '鍔ㄦ�佽〃鏍奸〉闈�',
- component: Layout,
- children: [
- {
- path: '', // 绌鸿矾寰勮〃绀鸿闂� '/dynamic-form' 鏃跺姞杞� Layout 缁勪欢
- component: () => import('@/views/base/UIContentViewer'),
- props: true
- }
- ]
- },
- {
path: '/referIndex',
- name: '鍔ㄦ�佽〃鏍奸〉闈�',
+ name: '鍙傜収绀轰緥',
component: Layout,
children: [
{
- path: '', // 绌鸿矾寰勮〃绀鸿闂� '/dynamic-form' 鏃跺姞杞� Layout 缁勪欢
+ path: '', // 绌鸿矾寰勮〃绀鸿闂� '/referIndex' 鏃跺姞杞� Layout 缁勪欢
component: () => import('@/views/test/referDemo/index'),
props: true
}
]
- },
+ }
]
--
Gitblit v1.9.3