|
@@ -54,6 +54,9 @@ const install = (Vue, vm) => {
|
|
storage.setItem('backUrl',location.href);
|
|
storage.setItem('backUrl',location.href);
|
|
alert('还未登录,即将跳转登录');
|
|
alert('还未登录,即将跳转登录');
|
|
setTimeout(()=>{location.href = config.jumpLoginUrl});//本地
|
|
setTimeout(()=>{location.href = config.jumpLoginUrl});//本地
|
|
|
|
+ // setTimeout(()=>{location.href = 'http://h5.pdzhtc.com/#/pages/center/phoneLogin/phoneLogin';});//正式
|
|
|
|
+ // setTimeout(()=>{location.href = 'http://wx.hw.hongweisoft.com/wxpaydemoh5/#/pages/center/phoneLogin/phoneLogin';});//64
|
|
|
|
+ setTimeout(()=>{location.href = 'http://172.16.90.127:8080/#/pages/center/phoneLogin/phoneLogin';});//本地
|
|
|
|
|
|
}else return res;
|
|
}else return res;
|
|
}
|
|
}
|