From 353efff194122e281925a390be5d576c2f4fff6d Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期三, 27 三月 2024 18:04:04 +0800 Subject: [PATCH] UI上下文展示引擎 --- Source/ProjectWeb/src/router/page/index.js | 27 +++++++++++++++++++++++++-- 1 files changed, 25 insertions(+), 2 deletions(-) diff --git a/Source/ProjectWeb/src/router/page/index.js b/Source/ProjectWeb/src/router/page/index.js index 1136402..c4396fc 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,29 @@ { path: '*', 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 缁勪欢 + component: () => import('@/components/dynamic-components/dynamic-form'), + props: true + } + ] + }, ] -- Gitblit v1.9.3