From b4542ccd003aee526ee82c9e8de620f969ede379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=95=E9=98=B3=E5=BE=AE=E7=AC=911?= <12457268+sunset-smile-1@user.noreply.gitee.com> Date: Wed, 18 Dec 2024 16:19:49 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/lang/en.ts | 2 +- src/i18n/lang/zh-cn.ts | 2 +- src/i18n/lang/zh-tw.ts | 2 +- src/router/route.ts | 30 +++++++++++++++--------------- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/i18n/lang/en.ts b/src/i18n/lang/en.ts index 06511ff..23a5af9 100644 --- a/src/i18n/lang/en.ts +++ b/src/i18n/lang/en.ts @@ -95,7 +95,7 @@ export default { visualizingIndex: 'visualizingIndex', visualizingLinkDemo1: 'visualizingLinkDemo1', visualizingLinkDemo2: 'visualizingLinkDemo2', - personal: 'personal', + // personal: 'personal', tools: 'tools', layoutLinkView: 'LinkView', layoutIframeViewOne: 'IframeViewOne', diff --git a/src/i18n/lang/zh-cn.ts b/src/i18n/lang/zh-cn.ts index 9072357..95a9998 100644 --- a/src/i18n/lang/zh-cn.ts +++ b/src/i18n/lang/zh-cn.ts @@ -98,7 +98,7 @@ export default { visualizingIndex: '数据可视化', visualizingLinkDemo1: '数据可视化演示1', visualizingLinkDemo2: '数据可视化演示2', - personal: '个人中心', + // personal: '个人中心', tools: '工具类集合', layoutLinkView: '外链', layoutIframeViewOne: '内嵌 iframe1', diff --git a/src/i18n/lang/zh-tw.ts b/src/i18n/lang/zh-tw.ts index 7c8cd7a..f77ab6e 100644 --- a/src/i18n/lang/zh-tw.ts +++ b/src/i18n/lang/zh-tw.ts @@ -95,7 +95,7 @@ export default { visualizingIndex: '數據視覺化', visualizingLinkDemo1: '數據視覺化演示1', visualizingLinkDemo2: '數據視覺化演示2', - personal: '個人中心', + // personal: '個人中心', tools: '工具類集合', layoutLinkView: '外鏈', layoutIframeViewOne: '内嵌 iframe1', diff --git a/src/router/route.ts b/src/router/route.ts index 6562a63..d1228f2 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -1529,21 +1529,21 @@ export const dynamicRoutes: Array = [ icon: 'iconfont icon-ico_shuju', }, }, - { - path: '/personal', - name: 'personal', - component: () => import('/@/views/personal/index.vue'), - meta: { - title: 'message.router.personal', - isLink: '', - isHide: false, - isKeepAlive: true, - isAffix: false, - isIframe: false, - roles: ['admin', 'common'], - icon: 'iconfont icon-gerenzhongxin', - }, - }, + // { + // path: '/personal', + // name: 'personal', + // component: () => import('/@/views/personal/index.vue'), + // meta: { + // title: 'message.router.personal', + // isLink: '', + // isHide: false, + // isKeepAlive: true, + // isAffix: false, + // isIframe: false, + // roles: ['admin', 'common'], + // icon: 'iconfont icon-gerenzhongxin', + // }, + // }, { path: '/tools', name: 'tools', From a97d36e9a48cec90afc6b10a61de7d3f2a6f9851 Mon Sep 17 00:00:00 2001 From: Double-_-Z <2492419643@qq.com> Date: Fri, 20 Dec 2024 11:39:22 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/route.ts | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/router/route.ts b/src/router/route.ts index 95bd01c..ba466f7 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -259,21 +259,21 @@ export const dynamicRoutes: Array = [ * */ // 应用管理 - // { - // path: '/apply', - // name: 'apply', - // component: () => import('/@/views/service/apply/index.vue'), - // meta: { - // title: 'message.router.apply', - // isLink: '', - // isHide: false, - // isKeepAlive: true, - // isAffix: false, - // isIframe: false, - // roles: ['admin', 'common'], - // icon: 'iconfont icon-crew_feature', - // }, - // children: [ + { + path: '/apply', + name: 'apply', + component: () => import('/@/views/service/apply/index.vue'), + meta: { + title: 'message.router.apply', + isLink: '', + isHide: false, + isKeepAlive: true, + isAffix: false, + isIframe: false, + roles: ['admin', 'common'], + icon: 'iconfont icon-crew_feature', + }, + children: [ // { // path: '/apply/detail', // name: 'applyDetail', @@ -289,8 +289,8 @@ export const dynamicRoutes: Array = [ // icon: 'ele-Document', // }, // }, - // ] - // }, + ] + }, /** * 业务模块end