Commit a14bc577 authored by zhangyanni's avatar zhangyanni

菜单

parent 1ae1cc0a
......@@ -79,6 +79,9 @@
}, {
id: 6,
name: "useHelp"
}, {
id: 7,
name: "knowledge"
}],
keyword:window.sessionStorage.getItem("keyword")?window.sessionStorage.getItem("keyword"):null,
currentIndex:window.sessionStorage.getItem("mobileIndex")?window.sessionStorage.getItem("mobileIndex"):-1,
......@@ -102,6 +105,7 @@
if(index==2) this.$router.push("/lndustryfocused");
if(index==3) this.$router.push("/successfulcaseed");
if(index==4) this.$router.push("/usehelped");
if(index==5) this.$router.push("/knowledgeList");
}
window.sessionStorage.setItem("mobileIndex",this.currentIndex);
this.drawer = false;
......
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