fix: 更新API和WebSocket代理地址
This commit is contained in:
parent
ea4a83daae
commit
4a36730a56
@ -45,12 +45,12 @@ export default ({ mode }: Record<string, unknown>) =>
|
||||
proxy: {
|
||||
'/mocks/': { target: 'http://localhost:8888/web-amr' },
|
||||
'/api/': {
|
||||
target: 'http://192.168.189.206:8080/jeecg-boot',
|
||||
target: 'http://192.168.189.97:8080/jeecg-boot',
|
||||
rewrite: (path) => path.replace(/^\/api/, ''),
|
||||
changeOrigin: true,
|
||||
},
|
||||
'/ws/': {
|
||||
target: 'ws://192.168.189.206:8080/jeecg-boot',
|
||||
target: 'ws://192.168.189.97:8080/jeecg-boot',
|
||||
rewrite: (path) => path.replace(/^\/ws/, ''),
|
||||
changeOrigin: true,
|
||||
ws: true,
|
||||
|
1672
地图互转工具.html
Normal file
1672
地图互转工具.html
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user