|
@@ -74,7 +74,7 @@ const routes: RouteRecordRaw[] = [
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
const router = createRouter({
|
|
const router = createRouter({
|
|
|
- history: createWebHistory(), // 修改: 将 createWebHistory 改为 createWebHashHistory
|
|
|
|
|
|
|
+ history: createWebHashHistory(), // 修改: 将 createWebHistory 改为 createWebHashHistory
|
|
|
routes
|
|
routes
|
|
|
});
|
|
});
|
|
|
|
|
|