From 344e852481e7e215f1d1573590916833f059818d Mon Sep 17 00:00:00 2001 From: "@zuopngfei" Date: Thu, 10 Jul 2025 10:57:39 +0800 Subject: [PATCH] sds --- src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.ts b/src/router/index.ts index 59bc1aa..64cfe8a 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -82,7 +82,7 @@ const constantRoutes = [ export const router = createRouter({ - history: createWebHistory(), + history: createWebHistory('/system/'), routes: constantRoutes, // 切换路由跳转到顶部 scrollBehavior() {