运行命令界面模块化

This commit is contained in:
fofolee
2022-04-08 12:18:03 +08:00
parent cfd7f2f884
commit 790c4a872c
5 changed files with 162 additions and 122 deletions

View File

@@ -17,7 +17,7 @@ const routes = [
},
{
path: '/panel_:tags(\\w+)',
component: () => import('pages/QuickPanel.vue')
component: () => import('pages/ConfigurationPage.vue')
},
{
path: '/needupdate',