749b1e03 by 杨威

取消获取用户cookie信息

1 parent 9dac694e
......@@ -195,11 +195,11 @@ export default {
this.navigationList = list;
}
this.sortNavigation(this.navigationList, 0);
if (util.cookies.get("indId")) {
let indId = util.cookies.get("indId") - 0;
this.navSelect(indId);
this.sortNavigation(this.navigationList, indId);
}
// if (util.cookies.get("indId")) {
// let indId = util.cookies.get("indId") - 0;
// this.navSelect(indId);
// this.sortNavigation(this.navigationList, indId);
// }
},
methods: {
sortNavigation(data, selectId) {
......