|
@@ -34,9 +34,9 @@ module.exports = merge(prodEnv, {
|
|
|
PROXY_TABLE: JSON.stringify({
|
|
|
"/dcucauth": {
|
|
|
// target: "http://10.11.1.237:8861"
|
|
|
- target: "http://10.254.11.203:8861"
|
|
|
+ // target: "http://10.254.11.203:8861"
|
|
|
// target: "http://192.168.10.2:8871"
|
|
|
- // target: "http://192.168.6.133:3471"
|
|
|
+ target: "http://192.168.6.133:3471"
|
|
|
|
|
|
}
|
|
|
})
|