fix:修改 basic页面的路由
This commit is contained in:
@@ -124,7 +124,7 @@ export default new Router({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/system',
|
path: '/system',
|
||||||
component: resolve => require(['../components/page/config/system.vue'], resolve)
|
component: resolve => require(['../components/page/config/basic.vue'], resolve)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/notification',
|
path: '/notification',
|
||||||
|
|||||||
Reference in New Issue
Block a user