From 32b10def2b0944c4afbe4d89e55261c39a690f1d Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期四, 17 七月 2025 13:40:09 +0800 Subject: [PATCH] # --- common/request.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/request.js b/common/request.js index 2b08766..1b762d2 100644 --- a/common/request.js +++ b/common/request.js @@ -15,8 +15,8 @@ return new Promise((resolve, reject) => { const token = uni.getStorageSync('token'); // const URL = 'http://47.76.147.249:8080/rsf-server/pda' + url; - // const URL = 'http://192.168.4.24:8080/rsf-server/pda' + url; - const URL = 'http://127.0.0.1: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; uni.request({ url: URL, data: postData, -- Gitblit v1.9.1