From 7af2d33d8fda6af451b0873a8f642c3cf7686136 Mon Sep 17 00:00:00 2001
From: 邱宇豪 <qyh123230312>
Date: 星期三, 29 十一月 2023 16:21:49 +0800
Subject: [PATCH] 20231129_qiuyh_解决钢筋笼生产查询问题、新加钢筋笼材料标示牌、调整区域打卡

---
 xcx/api/http.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/xcx/api/http.js b/xcx/api/http.js
index 1403019..dff628a 100644
--- a/xcx/api/http.js
+++ b/xcx/api/http.js
@@ -1,7 +1,7 @@
 function Request() {}
-export const basrUrl = 'https://pipe.thhy-tj.com/api';
-// export const basrUrl = 'https://pipe.thhy-tj.com:8880';
-// export const basrUrl = 'http://111.30.93.212:8089/api';
+// export const basrUrl = 'https://szpipe.thhy-tj.com/api';
+ export const basrUrl = 'http://192.168.0.100:8880';
+//export const basrUrl = 'http://111.30.93.212:8089/suapi';
 Request.prototype = {
 	post: function(url, params) {
 		return new Promise(function(resolve, reject) {

--
Gitblit v1.9.3