Commit 3f4fc055 authored by 秦垚玲's avatar 秦垚玲

fix:调整

parent ee36316a
...@@ -1249,7 +1249,7 @@ ...@@ -1249,7 +1249,7 @@
let menuName = localStorage.getItem("menuName"); let menuName = localStorage.getItem("menuName");
console.log("menuName===========",menuName) console.log("menuName===========",menuName)
let list = menuName.join(","); let list = menuName.split(",");
document.getElementById("breadcrumb").textContent = document.getElementById("breadcrumb").textContent =
`当前位置:$list[0] > $list[1] > <span class="breadcrumb_item">$list[2]</span>`; `当前位置:$list[0] > $list[1] > <span class="breadcrumb_item">$list[2]</span>`;
......
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