李旭东
2023-10-27 3d98a5d6dcc2e1f9b59a89570fa086548366ed72
sz_app/api/http.js
@@ -1,7 +1,7 @@
function Request() {}
// export const basrUrl = 'https://pipe.thhy-tj.com/api';
// export const basrUrl = 'http://192.168.0.170:8880';
export const basrUrl = 'http://111.30.93.212:8880';
export const basrUrl = 'http://111.30.93.212:8089/suapi';
Request.prototype = {
   post: function(url, params) {
      return new Promise(function(resolve, reject) {