|
@@ -235,7 +235,7 @@ async function init(options) {
|
|
tenantIdChange.value = useStore.tenantId; //切换租户ID
|
|
tenantIdChange.value = useStore.tenantId; //切换租户ID
|
|
getTenantList(useStore.userId); //调用获取企业列表方法
|
|
getTenantList(useStore.userId); //调用获取企业列表方法
|
|
}
|
|
}
|
|
- //#ifdef H5 || MP-WEIXIN
|
|
|
|
|
|
+ //#ifdef H5
|
|
await useStore.GetWxOpenId(2, options); //调用获取微信公众号openId
|
|
await useStore.GetWxOpenId(2, options); //调用获取微信公众号openId
|
|
//#endif
|
|
//#endif
|
|
|
|
|