|
@@ -21,13 +21,13 @@ module.exports = {
|
|
|
},
|
|
|
proxy: {
|
|
|
'/api': {
|
|
|
- target: `http://172.16.121.248:8080`,
|
|
|
+ target: `http://zk.li-ai.com.cn:8080`,
|
|
|
// target: `http://172.16.12.146:8080`,
|
|
|
ws: true,
|
|
|
changeOrigin: true,
|
|
|
},
|
|
|
'/ws': {
|
|
|
- target: `ws://172.16.121.248:8080/ws`,
|
|
|
+ target: `ws://zk.li-ai.com.cn:8080/ws`,
|
|
|
// target: `ws://172.16.12.146:8080/ws`,
|
|
|
ws: true,
|
|
|
changeOrigin: true,
|