fix: url prefix page redirect

This commit is contained in:
engigu
2026-01-13 20:46:03 +08:00
parent ceaa0dc9cc
commit cb205c1ddc
2 changed files with 24 additions and 28 deletions
-1
View File
@@ -19,6 +19,5 @@ export default defineConfig({
}
}
},
// 使用绝对路径,后端会根据 url_prefix 动态注入正确的路径
base: '/'
})