|
@@ -29,7 +29,7 @@ export default defineConfig({
|
|
|
'/zwapi': {
|
|
|
// 代理请求之后的请求地址(你的真实接口地址)
|
|
|
target: 'https://cimweb.zjw.sh.cegn.cn:2008/',
|
|
|
- //target: 'http://10.1.163.15:19259/DataSearch/',
|
|
|
+ //target: 'http://58.34.215.19:8100/DataSearch/',
|
|
|
//target: 'http://localhost:9250/',
|
|
|
secure: false,
|
|
|
ws: true,
|
|
@@ -39,8 +39,8 @@ export default defineConfig({
|
|
|
},
|
|
|
'/netapi': {
|
|
|
// 代理请求之后的请求地址(你的真实接口地址)
|
|
|
- //target: 'http://58.34.215.19:8100/',
|
|
|
- target: 'http://10.1.161.53:8100/',
|
|
|
+ target: 'http://58.34.215.19:8100/',
|
|
|
+ //target: 'http://10.1.161.53:8100/',
|
|
|
//target: 'http://localhost:9250/',
|
|
|
secure: false,
|
|
|
ws: true,
|