提交 82c75412 编写于 作者: 雪洛's avatar 雪洛

feat: rename config key

上级 4c43b9e5
......@@ -88,7 +88,7 @@ class ConfigUtils {
if (provider === 'weixin' && clientPlatform === 'web') {
const weixinPlatform = getWeixinPlatform.call(this.context)
if (weixinPlatform === 'h5' || weixinPlatform === 'web') {
oatuhProivder = weixinPlatform + '-weixin' // h5-weixin 公众号,web-weixin pc端
oatuhProivder = 'weixin-' + weixinPlatform // weixin-h5 公众号,weixin-web pc端
}
}
return oatuhProivder
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册