dengjunjie
2025-04-03 1e12c140c041c0cb52306a0db9ff0ba18354d0d8
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/Index.vue
@@ -14,7 +14,7 @@
    </div>
    <div class="vol-container" :style="{ left: menuWidth - 1 + 'px' }">
      <div class="vol-header">
        <div class="project-name"></div>
        <div class="project-name">WMS</div>
        <div class="header-text">
          <!-- <div class="h-link">
            <a
@@ -205,7 +205,6 @@
    const selectId = ref("1");
    // ã€é¦–页】标签序号(当前右键选中的菜单)
    const selectMenuIndex = ref("0");
    //2022.05.29增加tab选项与菜单联动功能
    const currentMenuId = ref(0);
    const userName = ref("--");
@@ -500,7 +499,7 @@
      }
      Object.assign(_config.$tabs, { open: open, close: close });
      http.get("api/menu/getTreeMenu", {}, true).then((data) => {
      http.get("api/Sys_Menu/getTreeMenu", {}, true).then((data) => {
        data.push({ id: "1", name: "首页", url: "/home" }); // ä¸ºäº†èŽ·å–é€‰ä¸­id使用
        data.forEach((d) => {
          d.path = (d.url || "").replace("/Manager", "");