From 673151d1f8b531917272ab5f18925784aba36999 Mon Sep 17 00:00:00 2001 From: zhangguoping Date: Mon, 2 Sep 2024 14:58:39 +0800 Subject: [PATCH] =?UTF-8?q?pre=20=E7=8E=AF=E5=A2=83https=E8=AF=81=E4=B9=A6?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api2_0.js | 2 +- homepage.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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');