This commit is contained in:
clay
2022-09-06 22:28:24 +08:00
parent 25e94c1117
commit 9d78b43963
7 changed files with 71 additions and 34 deletions

View File

@@ -48,6 +48,7 @@ const routes = [
const router = new VueRouter({
mode: 'history',
base:"/web",
routes
})