|
@@ -456,7 +456,7 @@ new Vue({
|
|
|
userLogOut: function(){
|
|
|
localStorage.removeItem('userInfo');
|
|
|
this.delBaseCookie("loginBeforePath");
|
|
|
- window.location.href = "/supplier/attraction/index.html";
|
|
|
+ window.location.href = "/supplier/attraction.html";
|
|
|
},
|
|
|
delBaseCookie(cname){
|
|
|
let exp = new Date();
|
|
@@ -522,7 +522,7 @@ new Vue({
|
|
|
},
|
|
|
H5link($event) {
|
|
|
localStorage.setItem('activeLink', $event.href)
|
|
|
- window.location.href = `/supplier/attraction/index.html`
|
|
|
+ window.location.href = `/supplier/attraction.html`
|
|
|
},
|
|
|
// 滚动函数
|
|
|
scrollToDom(to, container) {
|