From 43ef00b944c787bcfc16a396cc521a0ddfbb2beb Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期四, 11 四月 2024 17:49:20 +0800
Subject: [PATCH] 富文本组件选项中文汉化
---
Source/ProjectWeb/src/router/page/index.js | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/Source/ProjectWeb/src/router/page/index.js b/Source/ProjectWeb/src/router/page/index.js
index d4946ac..6172f26 100644
--- a/Source/ProjectWeb/src/router/page/index.js
+++ b/Source/ProjectWeb/src/router/page/index.js
@@ -77,18 +77,6 @@
path: '*',
redirect: '/404'
},
- // {
- // path: '/UIContentViewer',
- // name: 'UI涓婁笅鏂�',
- // component: Layout,
- // children: [
- // {
- // path: '',
- // component: () => import("@/views/base/UIContentViewer"),
- // props: true
- // }
- // ]
- // },
{
path: '/dynamic-form',
name: '鍔ㄦ�佽〃鏍奸〉闈�',
@@ -102,6 +90,18 @@
]
},
{
+ path: '/UIContentViewer',
+ name: '鍔ㄦ�佽〃鏍奸〉闈�',
+ component: Layout,
+ children: [
+ {
+ path: '', // 绌鸿矾寰勮〃绀鸿闂� '/dynamic-form' 鏃跺姞杞� Layout 缁勪欢
+ component: () => import('@/views/base/UIContentViewer'),
+ props: true
+ }
+ ]
+ },
+ {
path: '/referIndex',
name: '鍔ㄦ�佽〃鏍奸〉闈�',
component: Layout,
--
Gitblit v1.9.3