Browse Source

修改配送内接口

test
qb 10 months ago
parent
commit
bef5b83c14
  1. 4
      config/host.js
  2. 2
      pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.vue
  3. 4
      unpackage/dist/dev/app-plus/app-service.js

4
config/host.js

@ -10,14 +10,14 @@
// zhy
// const devhost = 'http://192.168.10.48:13000/'
// tjj
const devhost = 'http://192.168.10.25:13000/'
// const devhost = 'http://192.168.10.25:13000/'
// cyz
// const devhost = 'http://192.168.6.148:9777/'
// const devhost = 'http://192.168.6.141:8777/'
// cg
// const devhost = 'http://192.168.10.57:13000/'
// 正式
// const devhost = 'https://h5uapi.huitongys.com/'
const devhost = 'https://h5uapi.huitongys.com/'
// cg
// const devhost = 'http://192.168.10.200:13000/'
/**

2
pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.vue

@ -293,7 +293,7 @@
let response = await deliverycustom(data)
if (response.code !== 200) return
console.log('response', response)
details.datalist = response.data.records
details.datalist = response.data
} catch (e) {
//TODO handle the exception
} finally {

4
unpackage/dist/dev/app-plus/app-service.js vendored

@ -1747,7 +1747,7 @@ if (uni.restoreGlobal) {
};
};
const Base64$1 = new Base64();
const devhost = "http://192.168.10.25:13000/";
const devhost = "http://192.168.10.200:13000/";
const imghost = "";
const host = devhost;
const APPKEY = "h5u:h5u_secret";
@ -25375,7 +25375,7 @@ This will fail in production if not fixed.`);
if (response.code !== 200)
return;
formatAppLog("log", "at pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.vue:295", "response", response);
details.datalist = response.data.records;
details.datalist = response.data;
} catch (e) {
} finally {
return null;

Loading…
Cancel
Save