diff --git a/src/PagesStatistics/paymentSummary.vue b/src/PagesStatistics/paymentSummary.vue index 1831a41..284a5b3 100644 --- a/src/PagesStatistics/paymentSummary.vue +++ b/src/PagesStatistics/paymentSummary.vue @@ -24,7 +24,7 @@ const tableTitleList = reactive([ { name: "收款金额/元", key: "revenuePrice", - desc: '出货的已收款状态的实际收入(实际付款)之和' + desc: '出货的已收款状态的结算金额之和' } ]); diff --git a/src/utils/http.ts b/src/utils/http.ts index a4f712c..1de02d8 100644 --- a/src/utils/http.ts +++ b/src/utils/http.ts @@ -17,7 +17,10 @@ const obj = { invoke(options: UniApp.RequestOptions) { // 超时时间 options.timeout = 10000; - options.url = baseUrl + '/test/sh0001' + options.url; + // prod/sh0001 + // https://ifanda.52zaisheng.cn/stg stg + // baseUrl = 'https://ifanda.52zaisheng.cn' + options.url = baseUrl + '/prod/sh0001' + options.url; // 请求头标识 // 1.小程序唯一标识 // 'source-client': 'miniapp'