From 08a370a9e96e1e7772551b97c381be7d9fa61aa4 Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期五, 19 十二月 2025 17:53:57 +0800
Subject: [PATCH] 首检巡检检验方式更改
---
BaoGong/Scripts/config.js | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/BaoGong/Scripts/config.js b/BaoGong/Scripts/config.js
index 3b7488e..aa5ba24 100644
--- a/BaoGong/Scripts/config.js
+++ b/BaoGong/Scripts/config.js
@@ -1,6 +1,5 @@
-锘縱ar APIURL = "http://192.168.1.92:81/";
-/*var APIURL = "http://localhost:5263/";*/
-//http://192.168.1.145:81/swagger/index.html
+锘縱ar APIURL = "http://192.168.1.187:81/";
+//var APIURL = "http://localhost:5263/";
String.prototype.trim = function () {
return this.replace(/(^\s*)|(\s*$)/g, "");
}
--
Gitblit v1.9.3