|
@@ -28,7 +28,7 @@
|
|
|
data: {
|
|
|
metaInfo: '',
|
|
|
baseUrl: 'https://rzdbh.qs163.cn/prod-api'
|
|
|
- // baseUrl: 'http://47.99.82.249:6001/prod-api'
|
|
|
+ // baseUrl: 'http://47.99.82.249:5017/prod-api'
|
|
|
// baseUrl: 'http://192.168.101.245:8056'
|
|
|
},
|
|
|
mounted() {
|
|
@@ -81,7 +81,10 @@
|
|
|
if (res.code == 200) {
|
|
|
var certifyUrl = res.data.certifyUrl;
|
|
|
// window.location.href = certifyUrl;
|
|
|
- window.top.location.href = certifyUrl
|
|
|
+ var time=setTimeout(function(){
|
|
|
+ window.location.href = certifyUrl
|
|
|
+ },10)
|
|
|
+
|
|
|
// location.href=certifyUrl
|
|
|
} else {
|
|
|
// that.$message({
|