修改底图颜色
This commit is contained in:
@@ -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/, '')
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user