取消获取用户cookie信息
Showing
1 changed file
with
5 additions
and
5 deletions
... | @@ -195,11 +195,11 @@ export default { | ... | @@ -195,11 +195,11 @@ export default { |
195 | this.navigationList = list; | 195 | this.navigationList = list; |
196 | } | 196 | } |
197 | this.sortNavigation(this.navigationList, 0); | 197 | this.sortNavigation(this.navigationList, 0); |
198 | if (util.cookies.get("indId")) { | 198 | // if (util.cookies.get("indId")) { |
199 | let indId = util.cookies.get("indId") - 0; | 199 | // let indId = util.cookies.get("indId") - 0; |
200 | this.navSelect(indId); | 200 | // this.navSelect(indId); |
201 | this.sortNavigation(this.navigationList, indId); | 201 | // this.sortNavigation(this.navigationList, indId); |
202 | } | 202 | // } |
203 | }, | 203 | }, |
204 | methods: { | 204 | methods: { |
205 | sortNavigation(data, selectId) { | 205 | sortNavigation(data, selectId) { | ... | ... |
-
Please register or sign in to post a comment