fix:修改 basic页面的路由

This commit is contained in:
zhangyu
2022-02-15 18:02:35 +08:00
parent b377f33040
commit 6af67c9a5d

View File

@@ -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',