删除个人中心
This commit is contained in:
parent
2f110d5e8d
commit
b4542ccd00
@ -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',
|
||||||
|
@ -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',
|
||||||
|
@ -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',
|
||||||
|
@ -1529,21 +1529,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',
|
||||||
|
Loading…
Reference in New Issue
Block a user