lex-xin преди 3 месеца
родител
ревизия
f533d6a6f0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/router/index.ts

+ 1 - 1
src/router/index.ts

@@ -89,7 +89,7 @@ export function parseQuery(query: string): LocationQuery {
 }
 
 const router: Router = createRouter({
-  history: createWebHashHistory('/classroom'),
+  history: createWebHashHistory('/classroom/'),
   routes: [...constantRoutes],
   stringifyQuery,
   parseQuery,