From 4207910b56629416822ac36c7978b649f8b28e5d Mon Sep 17 00:00:00 2001 From: cdk <2441919651@qq.com> Date: 星期四, 20 三月 2025 10:33:44 +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