diff --git a/api2_0.js b/api2_0.js index edff94c..7f9d9dd 100644 --- a/api2_0.js +++ b/api2_0.js @@ -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; } diff --git a/homepage.html b/homepage.html index ea0b7a6..15530dd 100644 --- a/homepage.html +++ b/homepage.html @@ -279,7 +279,6 @@ }, //根据token获取商品信息 async getGoods() { - debugger; sessionStorage.setItem('backShow', ''); let self = this; let showType = localStorage.getItem('showType');