feat: 拆分 system的 basic为appearance

This commit is contained in:
zhangyu
2022-02-14 11:11:55 +08:00
parent 951842047b
commit 20e46f0a20
2 changed files with 291 additions and 3 deletions

View File

@@ -143,7 +143,7 @@ export default new Router({
component: resolve => require(['../components/page/config/system/linkTab.vue'], resolve)
},
{
path: '/basic',
path: '/appearance',
component: resolve => require(['../components/page/config/basic.vue'], resolve)
},
{