commit
ac2b1b3d10
|
@ -8,5 +8,6 @@ export default {
|
||||||
home: state => state.app.home,
|
home: state => state.app.home,
|
||||||
chatUrl: state => state.app.chatUrl,
|
chatUrl: state => state.app.chatUrl,
|
||||||
systemPlatform: state => state.app.systemPlatform,
|
systemPlatform: state => state.app.systemPlatform,
|
||||||
|
openid: state => state.app.openid,
|
||||||
productType: state => state.app.productType
|
productType: state => state.app.productType
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue