Commit 27241d6a by 程默

fix

parent 45759e10
...@@ -51,7 +51,7 @@ export default { ...@@ -51,7 +51,7 @@ export default {
if (!this.ss && ss) { if (!this.ss && ss) {
this.ss = `&sessionid=${ss}`; this.ss = `&sessionid=${ss}`;
}else if(!ss){ }else if(!ss){
!this.params.includes('logOut=true') && (this.params+="&logOut=true") // !this.params.includes('logOut=true') && (this.params+="&logOut=true")
}else{ }else{
this.params+=`&timestamp=${new Date().getTime()}` this.params+=`&timestamp=${new Date().getTime()}`
} }
......
...@@ -50,7 +50,7 @@ export default { ...@@ -50,7 +50,7 @@ export default {
if (!this.ss && ss) { if (!this.ss && ss) {
this.ss = `&sessionid=${ss}`; this.ss = `&sessionid=${ss}`;
}else if(!ss){ }else if(!ss){
this.params+="&logOut=true" // this.params+="&logOut=true"
}else{ }else{
this.params+=`&timestamp=${new Date().getTime()}` this.params+=`&timestamp=${new Date().getTime()}`
} }
......
...@@ -56,7 +56,7 @@ export default { ...@@ -56,7 +56,7 @@ export default {
if (!this.ss && ss) { if (!this.ss && ss) {
this.ss = `&sessionid=${ss}`; this.ss = `&sessionid=${ss}`;
}else if(!ss){ }else if(!ss){
this.params+="&logOut=true" // this.params+="&logOut=true"
}else{ }else{
this.params+=`&timestamp=${new Date().getTime()}` this.params+=`&timestamp=${new Date().getTime()}`
} }
......
...@@ -56,7 +56,7 @@ export default { ...@@ -56,7 +56,7 @@ export default {
if (!this.ss && ss) { if (!this.ss && ss) {
this.ss = `&sessionid=${ss}`; this.ss = `&sessionid=${ss}`;
}else if(!ss){ }else if(!ss){
this.params+="&logOut=true" // this.params+="&logOut=true"
}else{ }else{
this.params+=`&timestamp=${new Date().getTime()}` this.params+=`&timestamp=${new Date().getTime()}`
} }
......
...@@ -29,7 +29,7 @@ export function $themeToLink(data, option) { ...@@ -29,7 +29,7 @@ export function $themeToLink(data, option) {
let type = data.type; let type = data.type;
// 点击底部栏-- // 点击底部栏--
// if (option) { if (type!=2) {
// 登录拦截 // 登录拦截
let parseLink = getUrlofLink(data); let parseLink = getUrlofLink(data);
let aa=noLoginListPath.includes(parseLink) || parseLink.substr(0,7)=="/goods/" let aa=noLoginListPath.includes(parseLink) || parseLink.substr(0,7)=="/goods/"
...@@ -52,7 +52,7 @@ export function $themeToLink(data, option) { ...@@ -52,7 +52,7 @@ export function $themeToLink(data, option) {
} }
// console.log(option, data,'---',parseLink == '/' ? '/pages/home/main' : `/pages/tabBar${isTabbarIndex}/main`) // console.log(option, data,'---',parseLink == '/' ? '/pages/home/main' : `/pages/tabBar${isTabbarIndex}/main`)
// return // return
// } }
// 历史数据 // 历史数据
......
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