From 87682b4f1579d5e02b2b9a02e7a09227406156ee Mon Sep 17 00:00:00 2001 From: cdk <2441919651@qq.com> Date: 星期二, 20 五月 2025 14:08:27 +0800 Subject: [PATCH] 设备增加摄像头,增加销售退货采购退货 --- lib/base_js/js/app.js | 27 ++++++++++++++++++--------- 1 files changed, 18 insertions(+), 9 deletions(-) diff --git a/lib/base_js/js/app.js b/lib/base_js/js/app.js index 75b5152..87e14cc 100644 --- a/lib/base_js/js/app.js +++ b/lib/base_js/js/app.js @@ -46,24 +46,30 @@ // app.API_URL_HEADER_BACK = "http://mes.nb-biyi.com:5637/api"; // app.API_URL = "http://localhost:27611/"; - // app.API_URL_BACK = "http://localhost:27611/"; + // app.API_URL_BACK = "http://localhost:27611/"; // app.API_URL_HEADER = "http://localhost:27611/api"; // app.API_URL_HEADER_BACK = "http://localhost:27611/api"; - // app.API_URL = "http://192.168.4.105:27611"; - // app.API_URL_BACK = "http://192.168.4.105:27611"; - // app.API_URL_HEADER = "http://192.168.4.105:27611/api"; - // app.API_URL_HEADER_BACK = "http://192.168.4.105:27611/api"; + //姝e紡鐜 + app.API_URL = "http://192.168.1.198:8081/MESAPP"; + app.API_URL_BACK = "http://211.140.38.18:8081/MESAPP"; + app.API_URL_HEADER = "http://192.168.1.198:8081/MESAPP/api"; + app.API_URL_HEADER_BACK = "http://211.140.38.18:8081/MESAPP/api"; + + // app.API_URL = "http://192.168.0.103:27611"; + // app.API_URL_BACK = "http://192.168.0.103:27611"; + // app.API_URL_HEADER = "http://192.168.0.103:27611/api"; + // app.API_URL_HEADER_BACK = "http://192.168.0.103:27611/api"; // app.API_URL = "http://192.168.1.198:8081/MESAPP"; // app.API_URL_BACK = "http://192.168.1.198:8081/MESAPP"; // app.API_URL_HEADER = "http://192.168.1.198:8081/MESAPP/api"; // app.API_URL_HEADER_BACK = "http://192.168.1.198:8081/MESAPP/api"; - app.API_URL = "http://192.168.1.198:8081/MESAPP"; - app.API_URL_BACK = "http://211.140.38.18:8081/MESAPP"; - app.API_URL_HEADER = "http://192.168.1.198:8081/MESAPP/api"; - app.API_URL_HEADER_BACK = "http://211.140.38.18:8081/MESAPP/api"; + // app.API_URL = "http://192.168.1.198:8081/MESAPP"; + // app.API_URL_BACK = "http://211.140.38.18:8081/MESAPP"; + // app.API_URL_HEADER = "http://192.168.1.198:8081/MESAPP/api"; + // app.API_URL_HEADER_BACK = "http://211.140.38.18:8081/MESAPP/api"; // app.API_URL = "http://211.140.38.18:8081/MESAPP"; // app.API_URL_BACK = "http://211.140.38.18:8081/MESAPP"; @@ -71,11 +77,14 @@ // app.API_URL_HEADER_BACK = "http://211.140.38.18:8081/MESAPP/api"; + // app.API_URL = "http://192.168.1.250:8089/MESAPP/"; // app.API_URL_BACK = "http://192.168.1.250:8089/MESAPP/"; // app.API_URL_HEADER = "http://192.168.1.250:8089/MESAPP/api"; // app.API_URL_HEADER_BACK = "http://192.168.1.250:8089/MESAPP/api"; + + // app.API_URL = "http://182.105.131.80:8089/MESAPP/"; // app.API_URL_BACK = "http://182.105.131.80:8089/MESAPP/"; // app.API_URL_HEADER = "http://182.105.131.80:8089/MESAPP/api"; -- Gitblit v1.9.3