路由调整
This commit is contained in:
parent
ac57a0cb85
commit
917bdee613
|
@ -52,9 +52,9 @@ export const asyncRouterMap = [
|
||||||
meta: { title: '角色管理', keepAlive: true }
|
meta: { title: '角色管理', keepAlive: true }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/security/resource',
|
path: '/security/menu',
|
||||||
name: 'SecurityResource',
|
name: 'SecurityMenu',
|
||||||
component: () => import('@/views/security/resource/ResourceTree'),
|
component: () => import('@/views/security/menu/MenuList'),
|
||||||
meta: { title: '菜单管理', keepAlive: true }
|
meta: { title: '菜单管理', keepAlive: true }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -46,7 +46,9 @@ import {
|
||||||
message,
|
message,
|
||||||
notification,
|
notification,
|
||||||
space,
|
space,
|
||||||
|
Transfer,
|
||||||
Tree,
|
Tree,
|
||||||
|
Empty,
|
||||||
TreeSelect
|
TreeSelect
|
||||||
} from 'ant-design-vue'
|
} from 'ant-design-vue'
|
||||||
import Viser from 'viser-vue'
|
import Viser from 'viser-vue'
|
||||||
|
@ -102,6 +104,8 @@ Vue.use(Statistic)
|
||||||
Vue.use(Descriptions)
|
Vue.use(Descriptions)
|
||||||
Vue.use(space)
|
Vue.use(space)
|
||||||
Vue.use(Tree)
|
Vue.use(Tree)
|
||||||
|
Vue.use(Transfer)
|
||||||
|
Vue.use(Empty)
|
||||||
Vue.use(TreeSelect)
|
Vue.use(TreeSelect)
|
||||||
|
|
||||||
Vue.prototype.$confirm = Modal.confirm
|
Vue.prototype.$confirm = Modal.confirm
|
||||||
|
|
Loading…
Reference in New Issue