更新 vue.config.js

This commit is contained in:
冯晨晨
2022-12-07 09:29:07 +08:00
parent 8cf915e53e
commit 69c4bb78fa
+6
View File
@@ -92,6 +92,12 @@ module.exports = {
ws: false,
changeOrigin: true
},
// 请求大屏客户环境
"/zxd": {
target: "http://www.catarc.org.cn:8088",
ws: false,
changeOrigin: true
},
// 请求WP29客户环境
"/WPApi": {
target: "http://localhost:8080",