|
@@ -32,9 +32,9 @@ module.exports = merge(prodEnv, {
|
|
|
IS_MOCK: 'false',
|
|
|
PROXY_TABLE: JSON.stringify({
|
|
|
'/dcucauth': {
|
|
|
- // target: "http://10.11.1.237:8861"
|
|
|
+ target: "http://10.11.1.237:8861"
|
|
|
// target: "http://10.254.11.203:8861"
|
|
|
- target: "http://192.168.10.2:8871"
|
|
|
+ // target: "http://192.168.10.2:8871"
|
|
|
// target: "http://192.168.6.133:3471"
|
|
|
// target: 'http://192.168.6.131:3561'
|
|
|
}
|