From 765ac757aadc6a8ae74efd920fd3c0032ffc6f36 Mon Sep 17 00:00:00 2001 From: tcubic <123456> Date: Mon, 8 Aug 2022 14:09:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=88=E6=9D=83=E6=B5=8B=E8=AF=954?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/Home/Home.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/page/Home/Home.vue b/src/page/Home/Home.vue index 24b8598..c6e2551 100644 --- a/src/page/Home/Home.vue +++ b/src/page/Home/Home.vue @@ -240,13 +240,15 @@ const getCode2 = () => { let redirect_uri = window.location.href; // service.post(process.env.VUE_APP_API + '/cms-activity/cms88/zsApi/xfhdAuthorize?redirect_uri='+redirect_uri, service - .get("https://test.szxgl.cn/zszq-celebration/zsApi/xfhdAuthorize1", { - params:{ - // redirect_uri: redirect_uri, - redirect_uri: 'https://test.szxgl.cn/zszq-celebration/activity/index.html', + .get("https://test.szxgl.cn/zszq-celebration/zsApi/xfhdAuthorize1" + // { + // params:{ + // // redirect_uri: redirect_uri, + // redirect_uri: 'https://test.szxgl.cn/zszq-celebration/activity/index.html', - } - }) + // } + // } + ) .then((res) => { let code = res.data.data; console.log("get code结果4", res);