From e5e84697944ee6e52ea1e16e8b8929f81ea16d13 Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期五, 16 九月 2022 08:58:48 +0800 Subject: [PATCH] 设备稼动率看板 --- js/webConfig.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/js/webConfig.js b/js/webConfig.js index 233a711..cadc407 100644 --- a/js/webConfig.js +++ b/js/webConfig.js @@ -1,5 +1,6 @@ 锘縡unction GetWEBURL() { //var WEBURL = "http://183.129.128.86:9090/KanBanApi/"; //鍑礉濂堢壒鏈嶅姟鍣ㄥ湴鍧� - var WEBURL = "http://192.168.1.253:12298/Api/"; + var WEBURL = "http://localhost:12298/api/"; + // var WEBURL = "http://192.168.1.253:12298/Api/"; return WEBURL } \ No newline at end of file -- Gitblit v1.9.1