diff --git a/src/router/index.js b/src/router/index.js index f0804c9..0115ac2 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -12,7 +12,7 @@ const routes = [ ] const router = createRouter({ - history: createWebHistory(), + history: createWebHistory('/student-h5'), routes })