skyouc
1 天以前 e376c99d80df50257b80a0da99865e80cf6b55c5
common/request.js
@@ -14,8 +14,7 @@
   }
   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://test.zoneyung.net:8080/rsf-server/pda' + url;
      // const URL = 'http://192.168.4.34:8085/rsf-server/pda' + url;
      const URL = 'http://127.0.0.1:8085/rsf-server/pda' + url;
      uni.request({
         url: URL,