From 5e0940151cff6610ae67e22f0a7eecfbf0a7cf28 Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期三, 06 八月 2025 14:07:44 +0800 Subject: [PATCH] 退补料更改完成,声源增加 --- Scripts/config.js | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Scripts/config.js b/Scripts/config.js index 97d05c2..5ee2736 100644 --- a/Scripts/config.js +++ b/Scripts/config.js @@ -1,7 +1,7 @@ -锘�/*var APIURL = "http://192.168.1.145:83/api/";*/ +锘�/*var APIURL = "http://192.168.1.187:8083/api/";*///鍚庣鍙戝竷娴嬭瘯鍦板潃 var APIURL = "http://localhost:5204/api/"; -/*var APIURL_PC = "http://192.168.1.145:81/";*/ -var APIURL_PC = "http://192.168.1.145:8081/";//娴嬭瘯 +/*var APIURL_PC = "http://192.168.1.187:81/";*/ //PC鍚庣鐨勫湴鍧� +var APIURL_PC = "http://116.148.211.203:8081/";// var APIURL_IMAGE = APIURL_PC+"upload/"; var ISNEEDLOGIN = true; String.prototype.trim = function () { @@ -50,6 +50,7 @@ Vue.prototype.GetLoginInfor = function () { var that = this; var loginInfo = { + // 浠嶤ookies涓幏鍙栫櫥褰曟椂淇濆瓨鐨剈serGuid锛堢櫥褰曟椂瀛樺偍鐨勯敭鏄痩oginGuid锛� loginGuid: Cookies.get('loginGuid'), loginAccount: Cookies.get('loginAccount'), } @@ -208,8 +209,8 @@ Vue.prototype.$playSound = function(type = 'success') { try { const audioMap = { - success: '/audio/OK.wav', - error: '/audio/NG.wav' + success: '/audio/YES.wav', + error: '/audio/NO.wav' }; const audio = new Audio(audioMap[type]); audio.play().catch(error => { -- Gitblit v1.9.3