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