pre 环境https证书问题

This commit is contained in:
zhangguoping 2024-09-02 14:58:39 +08:00
parent 3eba649603
commit 673151d1f8
2 changed files with 1 additions and 2 deletions

View File

@ -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;
}

View File

@ -279,7 +279,6 @@
},
//根据token获取商品信息
async getGoods() {
debugger;
sessionStorage.setItem('backShow', '');
let self = this;
let showType = localStorage.getItem('showType');