From 69efa794fed691aeb990325aa9ed2309f6ff8c10 Mon Sep 17 00:00:00 2001
From: cnf <3283105747@qq.com>
Date: 星期三, 10 十二月 2025 09:26:39 +0800
Subject: [PATCH] 工控报工修改
---
BaoGong/Scripts/config.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/BaoGong/Scripts/config.js b/BaoGong/Scripts/config.js
index 0f023fd..aa5ba24 100644
--- a/BaoGong/Scripts/config.js
+++ b/BaoGong/Scripts/config.js
@@ -1,6 +1,5 @@
锘縱ar APIURL = "http://192.168.1.187:81/";
-/*var APIURL = "http://localhost:5263/";*/
-//http://192.168.1.145:81/swagger/index.html
+//var APIURL = "http://localhost:5263/";
String.prototype.trim = function () {
return this.replace(/(^\s*)|(\s*$)/g, "");
}
--
Gitblit v1.9.3