mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
结构调整
This commit is contained in:
@@ -1,22 +1,18 @@
|
||||
const routes = [
|
||||
{
|
||||
path: '/configuration',
|
||||
name: "configuration",
|
||||
props: true,
|
||||
component: () => import('pages/ConfigurationPage.vue')
|
||||
},
|
||||
{
|
||||
path: '/code',
|
||||
name: "code",
|
||||
props: true,
|
||||
component: () => import('pages/CodeRunner.vue')
|
||||
component: () => import('pages/RunCodePage.vue')
|
||||
},
|
||||
{
|
||||
path: '/newcommand',
|
||||
component: () => import('pages/NewCommand.vue')
|
||||
},
|
||||
{
|
||||
path: '/:type(default|files|key|regex|window|professional)_:uid(\\w{11})',
|
||||
path: '/:type(default|files|key|regex|window|professional)_:uid(\\w+)',
|
||||
component: () => import('pages/CommandPage.vue')
|
||||
},
|
||||
{
|
||||
@@ -27,7 +23,7 @@ const routes = [
|
||||
path: '/needupdate',
|
||||
name: 'needupdate',
|
||||
props: true,
|
||||
component: () => import('pages/NeedUpdate.vue')
|
||||
component: () => import('pages/updateWarningPage.vue')
|
||||
}
|
||||
|
||||
]
|
||||
|
Reference in New Issue
Block a user