修改底图颜色

This commit is contained in:
龙澳
2026-03-31 15:06:51 +08:00
parent 4eca349d12
commit 1943755488
4 changed files with 15 additions and 15 deletions

View File

@@ -31,8 +31,9 @@ export default defineConfig({
port: 5173,
proxy: {
'/tiles': {
target: 'http://localhost:8080',
changeOrigin: true
target: 'http://192.168.190.41:8080',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/tiles/, '')
}
}
},