From d6582f83bcf225ca770f94d58c01df07bde7cff8 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期一, 24 七月 2023 08:57:03 +0800
Subject: [PATCH] 1
---
WebTM/views/home/console.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/WebTM/views/home/console.html b/WebTM/views/home/console.html
index 2d578cc..2e66af0 100644
--- a/WebTM/views/home/console.html
+++ b/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"] },
--
Gitblit v1.9.1