From 00c38a06a71962d37a23c8fcd35dcef979df57a5 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期五, 15 三月 2024 16:05:34 +0800 Subject: [PATCH] UI上下文展示引擎 --- Source/ProjectWeb/src/router/page/index.js | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Source/ProjectWeb/src/router/page/index.js b/Source/ProjectWeb/src/router/page/index.js index 3520cc2..8dfc5b4 100644 --- a/Source/ProjectWeb/src/router/page/index.js +++ b/Source/ProjectWeb/src/router/page/index.js @@ -78,6 +78,18 @@ redirect: '/404' }, { + path: '/UIContentViewer', + name: 'UI涓婁笅鏂�', + component: Layout, + children: [ + { + path: '', + component: () => import("@/views/base/UIContentVIewer"), + props: true + } + ] + }, + { path: '/dynamic-table', name: '鍔ㄦ�佽〃鏍奸〉闈�', component: Layout, @@ -89,10 +101,4 @@ } ] }, - { - path: '/dynamic-table', - name: '鍔ㄦ�佽〃鏍奸〉闈�', - component: Layout, - props: true - } ] -- Gitblit v1.9.3