|
@@ -56,6 +56,11 @@
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
|
+
|
|
|
+ var url=window.location.href
|
|
|
+ if(url&&url.indexOf('https://xpgj.hbjp.com.cn/')==0){
|
|
|
+ window.location.href="http://xpgj.hbjp.com.cn/prod/xsy/#/"
|
|
|
+ }
|
|
|
//公共组件的执行方法放在created中执行,父组件的create放在motuned中执行
|
|
|
if (isWeiXin()) {
|
|
|
if (this.checkOpenId) {
|
|
@@ -189,7 +194,7 @@
|
|
|
if(bl){
|
|
|
this.projectExchange();
|
|
|
}
|
|
|
- this.$emit('asynCallBack');
|
|
|
+ this.$emit('asynCallBack',bl);
|
|
|
},
|
|
|
...mapMutations({
|
|
|
set_openid: types.SET_WEIXIN_OPENID,
|