提交 b6198711 编写于 作者: D DCloud_LXH

chore: lint

上级 7a071f16
......@@ -7,8 +7,8 @@ export function getAppAuthorizeSetting () {
for (const key in appAuthorizeSetting) {
if (Object.hasOwnProperty.call(appAuthorizeSetting, key)) {
const value = appAuthorizeSetting[key];
if(value === 'undefined') appAuthorizeSetting[key] = undefined
const value = appAuthorizeSetting[key]
if (value === 'undefined') appAuthorizeSetting[key] = undefined
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册