This commit is contained in:
zyronon
2024-06-06 22:30:11 +08:00
parent 6f0f87ade2
commit 46e3f7c548
5 changed files with 167 additions and 47 deletions

View File

@@ -52,7 +52,7 @@ export const routes: RouteRecordRaw[] = [
// {path: '/mobile/simple', component: SimplePage},
// {path: '/mobile/about', component: About},
// {path: '/mobile/feedback', component: Feedback},
// {path: '/test', component: Test},
{path: '/test', component: Test},
// {path: '/', redirect: '/pc/practice'},
]