Commit ac24a0d5 by 刘泽奇

123

parent 7843df01
......@@ -318,7 +318,7 @@
dataList: [],
options: [],
titleName: '',
toLogin: true,
toLogin: false,
}
},
computed: {
......@@ -435,8 +435,9 @@
methods: {
goGsbLogin(){
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(){
var obj = this.$root.copyParams("", "getOssConfig", "/action/tmTools/springBoard");
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then((d) => {
......@@ -463,10 +464,10 @@
}
},
noLoginMask(){
console.log(this.$route.query.channelUserId, "vvvvvvvvvvvvvvvvvvvvvv");
if (!this.$route.query.channelUserId && this.$route.query.channelUserId != "") {
console.log(this.$route.query.channelUserId, "vvvvvvvvvvvvvvvvvvvvvv", this.$root.channelName);
if (!this.$route.query.channelUserId && this.$root.channelName == "gsbhome") {
this.toLogin = true;
console.log(this.toLogin,'lllllllllllllll');
console.log(this.toLogin, 'lllllllllllllll');
}
},
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