feat: 更新为生产环境https://cloud.52zaisheng.cn/prod/sh0001
This commit is contained in:
parent
d3bb88e173
commit
a2face8d3e
|
@ -24,7 +24,7 @@ const tableTitleList = reactive([
|
||||||
{
|
{
|
||||||
name: "收款金额/元",
|
name: "收款金额/元",
|
||||||
key: "revenuePrice",
|
key: "revenuePrice",
|
||||||
desc: '出货的已收款状态的实际收入(实际付款)之和'
|
desc: '出货的已收款状态的结算金额之和'
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue