From c3d440d1f7adfa099a35729f6eca8723c7d939a5 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 15 Jun 2022 16:06:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B9=A1=E6=9D=91=E7=9B=B8?= =?UTF-8?q?=E5=86=8C=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index 5906a95a..4dc73ac7 100644 --- a/src/main.js +++ b/src/main.js @@ -35,10 +35,10 @@ const app = new Vue({ ...App }); let params = {} -if (sessionStorage.getItem("prj")?.indexOf("saas") > -1) { +if (sessionStorage.getItem("prj")?.indexOf("saas") > -1) {//上架版 params = {action: "/app/wxcptp/portal/agentSign", corpId: "ww596787bb70f08288"} } -if (/AppCountryAlbum/.test(location.pathname)) { +if (/AppCountryAlbum/.test(location.pathname)) {//乡村相册版 params = {action: "/app/wxcptp/portal/agentSign", corpId: "wpytYEDgAAcpXjmlYkYwKO60JDGDWrXg"} } store.dispatch("agentSign", params).finally(() => app.$mount())