pre 环境https证书问题
This commit is contained in:
parent
3eba649603
commit
673151d1f8
|
@ -8,7 +8,7 @@ function global_dev_fun(hots) {
|
|||
}
|
||||
|
||||
if (hots.includes("pre")) {
|
||||
baseurl = "http://pre.marketapi.1688sup.com";
|
||||
baseurl = "https://pre.marketapi.1688sup.com";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -279,7 +279,6 @@
|
|||
},
|
||||
//根据token获取商品信息
|
||||
async getGoods() {
|
||||
debugger;
|
||||
sessionStorage.setItem('backShow', '');
|
||||
let self = this;
|
||||
let showType = localStorage.getItem('showType');
|
||||
|
|
Loading…
Reference in New Issue