From 94d565b9bc2d441972f203ace2423dc1fe156934 Mon Sep 17 00:00:00 2001
From: lbq <1065079612@qq.com>
Date: 星期二, 23 十二月 2025 13:44:55 +0800
Subject: [PATCH] WMS3.0,PDA端,平湖银座五期
---
common/request.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/request.js b/common/request.js
index 7645f4e..d0bc13c 100644
--- a/common/request.js
+++ b/common/request.js
@@ -16,7 +16,7 @@
const token = uni.getStorageSync('token');
// const URL = 'http://47.76.147.249:8080/rsf-server/pda' + url;
// const URL = 'http://test.zoneyung.net:8080/rsf-server/pda' + url;
- const URL = 'http://192.168.51.35:8085/rsf-server/pda' + url;
+ const URL = 'http://127.0.0.1:8085/rsf-server/pda' + url;
uni.request({
url: URL,
data: postData,
--
Gitblit v1.9.1