From a6f0596a6365b3ebdfd32af7fa2a740577aaef9d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 10 Aug 2021 09:37:11 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfptweb-publicSecurity
---
public/map/popup/js/clientPopup.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/map/popup/js/clientPopup.js b/public/map/popup/js/clientPopup.js
index 80098cd..14329b7 100644
--- a/public/map/popup/js/clientPopup.js
+++ b/public/map/popup/js/clientPopup.js
@@ -31,7 +31,7 @@
$.ajax({
- url: 'https://web.byisf.com/api/blade-jfpts/equipment/equipment/detail?id=' + code,
+ url: 'http://223.82.109.183:2082/api/equipment/equipment/detail?id=' + code,
type: 'GET',
dataType: 'JSON',
success: function (data) {
@@ -73,7 +73,7 @@
$("#client_bc").off("click").click(function () {
$.ajax({
- url: 'https://web.byisf.com/api/blade-jfpts/equipment/equipment/updateClinent?',
+ url: 'http://223.82.109.183:2082/api/equipment/equipment/updateClinent?',
data: {
"id": code,
--
Gitblit v1.9.3