修复了一些Bug

This commit is contained in:
2026-09-02 19:52:25 +08:00
parent 419c7bc660
commit 155818bbc7
6 changed files with 263 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ const routes = [
},
{
name: '帮助',
path: '/help',
path: '/help/',
component: () => import('../views/help/help.vue')
}
]