#
zhou zhou
23 小时以前 7e84f102a8424e9ac4f5bf52011cf6460f54306e
common/request2.js
@@ -16,7 +16,11 @@
      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://127.0.0.1:8085/rsf-server' + url;
      let baseUrl = uni.getStorageSync('baseUrl');
      if (!baseUrl) {
         baseUrl = 'http://127.0.0.1:8085/rsf-server/pda';
      }
      const URL = baseUrl + url;
      uni.request({
         url: URL,
         data: postData,