From 50530c34e83261c7c1ee6494a42b5c62654021dd Mon Sep 17 00:00:00 2001 From: xiaogang <825201136@qq.com> Date: Fri, 5 Jul 2024 10:46:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E4=BE=BF=E6=B5=8B=E8=AF=95=E4=B8=80?= =?UTF-8?q?=E4=B8=8B=EF=BC=8C=E4=BB=A3=E7=A0=81=E6=B2=A1=E6=9C=89=E5=AE=9E?= =?UTF-8?q?=E9=99=85=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- goods-v2/ysf-reduce.html | 1 + index.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/goods-v2/ysf-reduce.html b/goods-v2/ysf-reduce.html index b9ebf7d..b544b6b 100644 --- a/goods-v2/ysf-reduce.html +++ b/goods-v2/ysf-reduce.html @@ -18,6 +18,7 @@
+ 随便测试一下,勿动
diff --git a/index.html b/index.html index d3ed726..2beb880 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,7 @@
+ 接触项目接手测试,无实际意义 @@ -130,6 +131,7 @@ let parmasResult = parmas.filter(n => n); linkId = parmasResult && parmasResult.length > 0 ? parmasResult[0] : 1402; //链接携带落地页渲染id keyCode = parmasResult && parmasResult.length > 1 ? parmasResult[1] : null; //链接携带key + console.log(keyCode); } if (linkId.length > 10) { req.axiosGet('/plan/plan_theme/' + linkId).then(res => { @@ -174,6 +176,7 @@ // 存储时间 注意!!!:新网项目需要跳转到 直连天下授权 所以需要存储时间,必须用 localStorage 不然会消失!!! localStorage.setItem("key_expiration_time", res.data.key_expiration_time); // 统一跳转函数 + this.gotoPage(res.data, 1); } else { self.openErrorDialog(res.message);