From 8643df2e582ae46f9f2ff91efc2f14620e6c3837 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 06 十一月 2025 09:55:19 +0800
Subject: [PATCH] Merge branch 'devlop_wxxr' of http://47.97.1.152:5880/r/pda-master into devlop_wxxr
---
common/request.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/request.js b/common/request.js
index 1b762d2..7645f4e 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.4.50:8080/rsf-server/pda' + url;
+ const URL = 'http://192.168.51.35:8085/rsf-server/pda' + url;
uni.request({
url: URL,
data: postData,
--
Gitblit v1.9.1