Browse Source

Update index.ts

lex-xin 3 tháng trước cách đây
mục cha
commit
f533d6a6f0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,