mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
路有调整
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user