docs: 关闭小程序登录获取手机号功能,使用微信登录。解决小程序要求授权手机号出错问题。

master
Yer 2023-04-20 10:20:08 +08:00
parent 02a1f7ee83
commit ec692e1134
1 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,5 @@ export default {
lightColor: "#ff6b35", // 高亮主题色
aiderLightColor: "#ff9f28", // 辅助高亮颜色
defaultUserPhoto: "/static/missing-face.png", // 默认用户头像
enableFetchMobileLogin: true // 是否启用获取手机号登录 如果微信小程序提示封禁手机号获取权限 可将此选项设置成false作为备用登录方案
enableFetchMobileLogin: false // 是否启用获取手机号登录 如果微信小程序提示封禁手机号获取权限 可将此选项设置成false作为备用登录方案
};