Files
ctms-client/uni_modules/uni-id-pages/config.js
fm453 c62d15b288 首次完整推送,
V:1.20240808.006
2024-08-13 18:32:37 +08:00

20 lines
495 B
JavaScript

export default {
debug: false,
isAdmin: false,
loginTypes: [
'smsCode',
// #ifdef APP
'univerify',
// #endif
'username'
],
agreements: {
serviceUrl: 'https://public.hiluker.com/ctms/client/service.html',
privacyUrl: 'https://public.hiluker.com/ctms/client/private.html',
scope: [
'register', 'login', 'realNameVerify'
]
},
passwordStrength: 'weak',
setPasswordAfterLogin: false
}