1
duhe
2023-06-30 bbd1d99e59371a27d86aed86e0873a4825809bbf
WebTM/views/home/console.html
@@ -362,7 +362,7 @@
            function get_Display() {
                //获取菜单列表数据
                $.ajax({
                    url: "http://localhost:8082/API//Web/Xt_UserFastMenu_Init",
                    url: GetWEBURL() + "/Web/Xt_UserFastMenu_Init",
                    type: "GET",
                    async: false,
                    data: { "HMakeName": sessionStorage["HUserName"] },