|
@@ -1,7 +1,6 @@
|
|
|
import { App } from 'vue';
|
|
|
import {
|
|
|
createRouter,
|
|
|
- createWebHashHistory,
|
|
|
createWebHistory,
|
|
|
LocationQuery,
|
|
|
LocationQueryRaw,
|
|
@@ -89,7 +88,7 @@ export function parseQuery(query: string): LocationQuery {
|
|
|
}
|
|
|
|
|
|
const router: Router = createRouter({
|
|
|
- history: createWebHashHistory('/classroom'),
|
|
|
+ history: createWebHistory('/classroom'),
|
|
|
routes: [...constantRoutes],
|
|
|
stringifyQuery,
|
|
|
parseQuery,
|