From b4adff68a07b783fc90da1c9370d8be5f383e700 Mon Sep 17 00:00:00 2001 From: 黎星凯 <13949086503@163.com> Date: 星期三, 08 五月 2024 13:46:34 +0800 Subject: [PATCH] 20240528修改: bug41、42、43修改 领用单(分发单),调拨单,流程优化 --- admin-web/public/static/config.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin-web/public/static/config.js b/admin-web/public/static/config.js index 383e3f6..09bd03b 100644 --- a/admin-web/public/static/config.js +++ b/admin-web/public/static/config.js @@ -9,8 +9,8 @@ // 鎺ュ彛璇锋眰鍦板潃 - // ftpUrl: 'http://172.16.60.172:8083/lowConsum',//寮�鍙� - // apiBaseURL: 'http://172.16.60.172:8083/lowConsum',//寮�鍙� + ftpUrl: 'http://172.16.60.172:8083/lowConsum',//寮�鍙� + apiBaseURL: 'http://172.16.60.172:8083/lowConsum',//寮�鍙� // apiBaseURL: 'http://172.16.60.110:8083/lowConsum',//寮�鍙� @@ -20,8 +20,8 @@ // apiBaseURL: protocol + '//'+ host + '/lowapi',// 姝e紡, - ftpUrl: protocol + '//'+ host + '/lowapi',// 姝e紡, - apiBaseURL: protocol + '//'+ host + '/lowapi',// 姝e紡, + // ftpUrl: protocol + '//'+ host + '/lowapi',// 姝e紡, + // apiBaseURL: protocol + '//'+ host + '/lowapi',// 姝e紡, debug: false //璋冭瘯寮�鍏� true鏃朵細杈撳嚭璇锋眰鏃ュ織 }; -- Gitblit v1.9.1