Compare commits
No commits in common. "69972771f5e2ac3d62b6d9b3654b4ca5ed922ee9" and "1eb4cec44e237ca9f2e926f820ead113e9beb6be" have entirely different histories.
69972771f5
...
1eb4cec44e
@ -28,10 +28,6 @@ export default {
|
|||||||
messagePush: 'messagePush',
|
messagePush: 'messagePush',
|
||||||
messagePushDetail: 'messagePushDetail',
|
messagePushDetail: 'messagePushDetail',
|
||||||
log:'log',
|
log:'log',
|
||||||
label:'label',
|
|
||||||
// labelDetail:'labelDetail',
|
|
||||||
// addLabel:'addLable',
|
|
||||||
// editLabel:'editLabel',
|
|
||||||
limits: 'limits',
|
limits: 'limits',
|
||||||
limitsFrontEnd: 'FrontEnd',
|
limitsFrontEnd: 'FrontEnd',
|
||||||
limitsFrontEndPage: 'FrontEndPage',
|
limitsFrontEndPage: 'FrontEndPage',
|
||||||
|
@ -31,10 +31,6 @@ export default {
|
|||||||
messagePush: '站内消息推送',
|
messagePush: '站内消息推送',
|
||||||
messagePushDetail: '站内消息推送详情',
|
messagePushDetail: '站内消息推送详情',
|
||||||
log: '系统日志',
|
log: '系统日志',
|
||||||
label:'标签管理',
|
|
||||||
// labelDetail:'标签详情',
|
|
||||||
// addLabel:'添加标签',
|
|
||||||
// editLabel:'编辑标签',
|
|
||||||
limits: '权限管理',
|
limits: '权限管理',
|
||||||
limitsFrontEnd: '前端控制',
|
limitsFrontEnd: '前端控制',
|
||||||
limitsFrontEndPage: '页面权限',
|
limitsFrontEndPage: '页面权限',
|
||||||
|
@ -28,10 +28,6 @@ export default {
|
|||||||
messagePush: '站内消息推送',
|
messagePush: '站内消息推送',
|
||||||
messagePushDetail: '站内消息推送詳情',
|
messagePushDetail: '站内消息推送詳情',
|
||||||
log:'系統日誌',
|
log:'系統日誌',
|
||||||
label:'標籤管理',
|
|
||||||
// labelDetail:'標籤詳情',
|
|
||||||
// addLabel:'添加標籤',
|
|
||||||
// editLabel:'編輯標籤',
|
|
||||||
limits: '許可權管理',
|
limits: '許可權管理',
|
||||||
limitsFrontEnd: '前端控制',
|
limitsFrontEnd: '前端控制',
|
||||||
limitsFrontEndPage: '頁面許可權',
|
limitsFrontEndPage: '頁面許可權',
|
||||||
|
@ -325,57 +325,9 @@ export const dynamicRoutes: Array<RouteRecordRaw> = [
|
|||||||
isAffix: false,
|
isAffix: false,
|
||||||
isIframe: false,
|
isIframe: false,
|
||||||
roles: ['admin', 'common'],
|
roles: ['admin', 'common'],
|
||||||
icon: 'iconfont icon-biaodan',
|
icon: 'fa fa-wpforms',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: '/label',
|
|
||||||
name: 'label',
|
|
||||||
component: () => import('/@/views/label/index.vue'),
|
|
||||||
meta: {
|
|
||||||
title: 'message.router.label',
|
|
||||||
isLink: '',
|
|
||||||
isHide: false,
|
|
||||||
isKeepAlive: true,
|
|
||||||
isAffix: false,
|
|
||||||
isIframe: false,
|
|
||||||
roles: ['admin', 'common'],
|
|
||||||
icon: 'ele-CollectionTag',
|
|
||||||
},
|
|
||||||
// children: [
|
|
||||||
|
|
||||||
// {
|
|
||||||
// path: '/label/add',
|
|
||||||
// name: 'addLabel',
|
|
||||||
// component: () => import('/@/views/label/component/upload.vue'),
|
|
||||||
// meta: {
|
|
||||||
// title: 'message.router.addLabel',
|
|
||||||
// isLink: '',
|
|
||||||
// isHide: true,
|
|
||||||
// isKeepAlive: false,
|
|
||||||
// isAffix: false,
|
|
||||||
// isIframe: false,
|
|
||||||
// roles: ['admin','common'],
|
|
||||||
// icon: 'ele-Document',
|
|
||||||
// },
|
|
||||||
// },
|
|
||||||
// {
|
|
||||||
// path: '/label/edit',
|
|
||||||
// name: 'editLabel',
|
|
||||||
// component: () => import('/@/views/label/component/upload.vue'),
|
|
||||||
// meta: {
|
|
||||||
// title: 'message.router.editLabel',
|
|
||||||
// isLink: '',
|
|
||||||
// isHide: true,
|
|
||||||
// isKeepAlive: false,
|
|
||||||
// isAffix: false,
|
|
||||||
// isIframe: false,
|
|
||||||
// roles: ['admin','common'],
|
|
||||||
// icon: 'ele-Document',
|
|
||||||
// },
|
|
||||||
// }
|
|
||||||
// ]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: '/order',
|
path: '/order',
|
||||||
name: 'order',
|
name: 'order',
|
||||||
|
Loading…
Reference in New Issue
Block a user