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 };