This commit is contained in:
admin 2024-09-14 11:48:02 +08:00
parent d3bb88e173
commit a2face8d3e
2 changed files with 5 additions and 2 deletions

View File

@ -24,7 +24,7 @@ const tableTitleList = reactive([
{ {
name: "收款金额/元", name: "收款金额/元",
key: "revenuePrice", key: "revenuePrice",
desc: '出货的已收款状态的实际收入(实际付款)之和' desc: '出货的已收款状态的结算金额之和'
} }
]); ]);

View File

@ -17,7 +17,10 @@ const obj = {
invoke(options: UniApp.RequestOptions) { invoke(options: UniApp.RequestOptions) {
// 超时时间 // 超时时间
options.timeout = 10000; 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.小程序唯一标识 // 1.小程序唯一标识
// 'source-client' 'miniapp' // 'source-client' 'miniapp'