前台提交
This commit is contained in:
parent
1f52ede297
commit
79ce2d3ce2
|
|
@ -47,7 +47,7 @@ export default {
|
||||||
});
|
});
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
//失败返回南网登录页面
|
//失败返回南网登录页面
|
||||||
// window.location.replace('https://test-sso.csgmall.com.cn/?client_id=549OWptc&theme=zhgc_storage&response_type=code&redirect_uri=https%3A%2F%2Ftest-cc.zhgkxt.com')
|
window.location.replace('https://test-sso.csgmall.com.cn/?client_id=549OWptc&theme=zhgc_storage&response_type=code&redirect_uri=https%3A%2F%2Ftest-cc.zhgkxt.com')
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
handleLogin() {
|
handleLogin() {
|
||||||
|
|
|
||||||
|
|
@ -38,9 +38,9 @@ module.exports = {
|
||||||
// target: `http://112.29.103.165:21626`,//线上环境-重庆
|
// target: `http://112.29.103.165:21626`,//线上环境-重庆
|
||||||
// target: `http://112.29.103.165:21624`,//线上环境-宁夏
|
// target: `http://112.29.103.165:21624`,//线上环境-宁夏
|
||||||
// target: `http://192.168.0.14:21624`,//线上环境
|
// target: `http://192.168.0.14:21624`,//线上环境
|
||||||
// target: `http://106.52.80.96:23028`,//线上环境-南网
|
// target: `http://106.52.80.96:23028`,//线上环境-南网/
|
||||||
|
|
||||||
target: `http://10.40.92.21:8080`,
|
target: `http://10.40.92.20:8080`,
|
||||||
// target: `http://10.40.92.13:8080`,
|
// target: `http://10.40.92.13:8080`,
|
||||||
// target: `http://10.40.92.219:8080`,
|
// target: `http://10.40.92.219:8080`,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue