Compare commits

...

3 Commits

Author SHA1 Message Date
40043d31bd Merge branch 'main' of http://129.211.33.98:3210/hjq/mart-admin 2024-12-20 11:41:35 +08:00
夕阳微笑1
df714b1125 Merge branch 'main' of http://129.211.33.98:3210/hjq/mart-admin 2024-12-18 16:19:54 +08:00
夕阳微笑1
b4542ccd00 删除个人中心 2024-12-18 16:19:49 +08:00
4 changed files with 18 additions and 18 deletions

View File

@ -95,7 +95,7 @@ export default {
visualizingIndex: 'visualizingIndex', visualizingIndex: 'visualizingIndex',
visualizingLinkDemo1: 'visualizingLinkDemo1', visualizingLinkDemo1: 'visualizingLinkDemo1',
visualizingLinkDemo2: 'visualizingLinkDemo2', visualizingLinkDemo2: 'visualizingLinkDemo2',
personal: 'personal', // personal: 'personal',
tools: 'tools', tools: 'tools',
layoutLinkView: 'LinkView', layoutLinkView: 'LinkView',
layoutIframeViewOne: 'IframeViewOne', layoutIframeViewOne: 'IframeViewOne',

View File

@ -98,7 +98,7 @@ export default {
visualizingIndex: '数据可视化', visualizingIndex: '数据可视化',
visualizingLinkDemo1: '数据可视化演示1', visualizingLinkDemo1: '数据可视化演示1',
visualizingLinkDemo2: '数据可视化演示2', visualizingLinkDemo2: '数据可视化演示2',
personal: '个人中心', // personal: '个人中心',
tools: '工具类集合', tools: '工具类集合',
layoutLinkView: '外链', layoutLinkView: '外链',
layoutIframeViewOne: '内嵌 iframe1', layoutIframeViewOne: '内嵌 iframe1',

View File

@ -95,7 +95,7 @@ export default {
visualizingIndex: '數據視覺化', visualizingIndex: '數據視覺化',
visualizingLinkDemo1: '數據視覺化演示1', visualizingLinkDemo1: '數據視覺化演示1',
visualizingLinkDemo2: '數據視覺化演示2', visualizingLinkDemo2: '數據視覺化演示2',
personal: '個人中心', // personal: '個人中心',
tools: '工具類集合', tools: '工具類集合',
layoutLinkView: '外鏈', layoutLinkView: '外鏈',
layoutIframeViewOne: '内嵌 iframe1', layoutIframeViewOne: '内嵌 iframe1',

View File

@ -1557,21 +1557,21 @@ export const dynamicRoutes: Array<RouteRecordRaw> = [
icon: 'iconfont icon-ico_shuju', icon: 'iconfont icon-ico_shuju',
}, },
}, },
{ // {
path: '/personal', // path: '/personal',
name: 'personal', // name: 'personal',
component: () => import('/@/views/personal/index.vue'), // component: () => import('/@/views/personal/index.vue'),
meta: { // meta: {
title: 'message.router.personal', // title: 'message.router.personal',
isLink: '', // isLink: '',
isHide: false, // isHide: false,
isKeepAlive: true, // isKeepAlive: true,
isAffix: false, // isAffix: false,
isIframe: false, // isIframe: false,
roles: ['admin', 'common'], // roles: ['admin', 'common'],
icon: 'iconfont icon-gerenzhongxin', // icon: 'iconfont icon-gerenzhongxin',
}, // },
}, // },
{ {
path: '/tools', path: '/tools',
name: 'tools', name: 'tools',