From 42da7a433018fe6d4db9e3ed75063f1c6acfac6d Mon Sep 17 00:00:00 2001 From: Wayne Hsu Date: Mon, 1 May 2023 12:42:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9shop=E7=9A=84=E9=80=A3?= =?UTF-8?q?=E7=B5=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Home/index.vue b/src/views/Home/index.vue index c9d0f83..2a7b228 100644 --- a/src/views/Home/index.vue +++ b/src/views/Home/index.vue @@ -315,7 +315,7 @@ const handleLogout = () => { }; const goShop = () => { - window.open("https://"+store.state.domain+"/m/card", "_blank"); + window.open("https://shop."+store.state.sso_domain+"/", "_blank"); }; const handlePwaInstall = () => {