#
zjj
2025-07-07 9ffd3dce0bb92458d6cbcd9993c63d5fb68c7367
common/request.js
@@ -15,7 +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://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,