增加自动定位

This commit is contained in:
2025-12-07 18:48:40 +08:00
parent 478642e780
commit 0a7a594149
2 changed files with 25 additions and 2 deletions

View File

@@ -4,4 +4,5 @@ import vue from '@vitejs/plugin-vue'
// https://vite.dev/config/
export default defineConfig({
plugins: [vue()],
base: "/web/",
})