修复bug
This commit is contained in:
parent
c2666d2d56
commit
ea3f8f8a84
@ -2,8 +2,8 @@ let httpApiThree;
|
|||||||
let httpApi; // 总域名
|
let httpApi; // 总域名
|
||||||
let httpApiTwo; // 物流系统域名
|
let httpApiTwo; // 物流系统域名
|
||||||
|
|
||||||
// const env = 'dev'; // 开发
|
const env = 'dev'; // 开发
|
||||||
const env = 'prod'; // 生产
|
// const env = 'prod'; // 生产
|
||||||
// const env = 'prew'; // 预上线
|
// const env = 'prew'; // 预上线
|
||||||
|
|
||||||
switch(env){
|
switch(env){
|
||||||
|
@ -201,7 +201,7 @@
|
|||||||
} else {
|
} else {
|
||||||
this.loadConfig.page++;
|
this.loadConfig.page++;
|
||||||
}
|
}
|
||||||
if(res.data?.extend?.deposit){
|
if(res.data?.extend){
|
||||||
this.extend = res.data.extend;
|
this.extend = res.data.extend;
|
||||||
}
|
}
|
||||||
this.billList = [...this.billList, ...res.data.lists];
|
this.billList = [...this.billList, ...res.data.lists];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user