路有调整

This commit is contained in:
fofolee
2022-04-04 01:08:13 +08:00
parent ecd0b39e80
commit fa7fcd216b
3 changed files with 21 additions and 6 deletions

View File

@@ -1,10 +1,14 @@
const routes = [
{
path: '/configuration',
name: "configuration",
props: true,
component: () => import('pages/ConfigurationPage.vue')
},
{
path: '/code',
name: "code",
props: true,
component: () => import('pages/CodeRunner.vue')
},
{
@@ -20,7 +24,9 @@ const routes = [
component: () => import('pages/QuickPanel.vue')
},
{
path: '/needupdate/:version-:requiredversion',
path: '/needupdate',
name: 'needupdate',
props: true,
component: () => import('pages/NeedUpdate.vue')
}