From 1e12c140c041c0cb52306a0db9ff0ba18354d0d8 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期四, 03 四月 2025 18:01:52 +0800 Subject: [PATCH] 优化WMS前端首页,货位查询column数据库关键字处理 --- 项目代码/WMS/WIDESEA_WMSClient/src/views/Index.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/Index.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/Index.vue" index 2bd7bbf..d7d5304 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/Index.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/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", ""); -- Gitblit v1.9.3