From cba8253f323ed69d550e1f78ae9a8d66b5b44c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=BE=E5=90=9B=E5=BF=83?= Date: Sat, 25 Nov 2023 19:45:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E6=94=AF=E4=BB=98=E6=8A=A5=20openid=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E4=B8=BA=E7=A9=BA=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/getters.js | 1 + 1 file changed, 1 insertion(+) diff --git a/store/getters.js b/store/getters.js index 67418cd2..0aff7e69 100644 --- a/store/getters.js +++ b/store/getters.js @@ -8,5 +8,6 @@ export default { home: state => state.app.home, chatUrl: state => state.app.chatUrl, systemPlatform: state => state.app.systemPlatform, + openid: state => state.app.openid, productType: state => state.app.productType };