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 = () => {