fix: 取消二级域名。

This commit is contained in:
tianyongbao
2025-12-29 07:44:13 +08:00
parent a40f9a18a6
commit 43dd8bea9b
2 changed files with 4 additions and 4 deletions

View File

@@ -179,7 +179,7 @@ export const dynamicRoutes = [
]
const router = createRouter({
history: createWebHistory('/intc/'),
history: createWebHistory('/'),
routes: constantRoutes,
scrollBehavior(to, from, savedPosition) {
if (savedPosition) {