fix: 二级域名取消。

This commit is contained in:
tianyongbao
2025-12-27 23:31:33 +08:00
parent dd1eab81f8
commit 3f1bd1950c
2 changed files with 2 additions and 2 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) {