Commit ac24a0d5 by 刘泽奇

123

parent 7843df01
...@@ -318,7 +318,7 @@ ...@@ -318,7 +318,7 @@
dataList: [], dataList: [],
options: [], options: [],
titleName: '', titleName: '',
toLogin: true, toLogin: false,
} }
}, },
computed: { computed: {
...@@ -429,14 +429,15 @@ ...@@ -429,14 +429,15 @@
/* /*
console.log(this.$root.selfFooterShow); console.log(this.$root.selfFooterShow);
this.$root.selfFooterShow = true; this.$root.selfFooterShow = true;
*/ */
}, },
methods: { methods: {
goGsbLogin(){ goGsbLogin(){
this.toLogin = false; this.toLogin = false;
location.href = "https://www.gongsibao.com/user.php?redirect=https://zcchannelweb.gongsibao.com/gsbhome?state=selftmreg"; location.href = `https://www.gongsibao.com/user.php?redirect=${encodeURIComponent('https://zcchannelweb.gongsibao.com/gsbhome?state=selftmreg')}`;
}, },
getOss(){ getOss(){
var obj = this.$root.copyParams("", "getOssConfig", "/action/tmTools/springBoard"); var obj = this.$root.copyParams("", "getOssConfig", "/action/tmTools/springBoard");
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then((d) => { this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then((d) => {
...@@ -463,10 +464,10 @@ ...@@ -463,10 +464,10 @@
} }
}, },
noLoginMask(){ noLoginMask(){
console.log(this.$route.query.channelUserId, "vvvvvvvvvvvvvvvvvvvvvv"); console.log(this.$route.query.channelUserId, "vvvvvvvvvvvvvvvvvvvvvv", this.$root.channelName);
if (!this.$route.query.channelUserId && this.$route.query.channelUserId != "") { if (!this.$route.query.channelUserId && this.$root.channelName == "gsbhome") {
this.toLogin = true; this.toLogin = true;
console.log(this.toLogin,'lllllllllllllll'); console.log(this.toLogin, 'lllllllllllllll');
} }
}, },
maxZipCode(){ maxZipCode(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment