添加版本检测

This commit is contained in:
fofolee
2022-03-31 14:37:18 +08:00
parent cf612888fc
commit 17cf743e1f
3 changed files with 53 additions and 0 deletions

View File

@@ -18,6 +18,10 @@ const routes = [
{
path: '/panel_:tags(\\w+)',
component: () => import('pages/QuickPanel.vue')
},
{
path: '/needupdate/:version-:requiredversion',
component: () => import('pages/NeedUpdate.vue')
}
]