From beadbecb4ec7aaf960b8e46f5c02836bf6c9e976 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期一, 08 四月 2024 16:14:27 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
Source/ProjectWeb/src/router/page/index.js | 39 +++++++++++++++++++++++++++++++++++++--
1 files changed, 37 insertions(+), 2 deletions(-)
diff --git a/Source/ProjectWeb/src/router/page/index.js b/Source/ProjectWeb/src/router/page/index.js
index 1136402..6172f26 100644
--- a/Source/ProjectWeb/src/router/page/index.js
+++ b/Source/ProjectWeb/src/router/page/index.js
@@ -32,7 +32,6 @@
isTab: false,
isAuth: false
}
-
},
{
path: '/403',
@@ -77,5 +76,41 @@
{
path: '*',
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: '鍔ㄦ�佽〃鏍奸〉闈�',
+ component: Layout,
+ children: [
+ {
+ path: '', // 绌鸿矾寰勮〃绀鸿闂� '/dynamic-form' 鏃跺姞杞� Layout 缁勪欢
+ component: () => import('@/views/test/referDemo/index'),
+ props: true
+ }
+ ]
+ },
]
--
Gitblit v1.9.3