首次完整推送,
V:1.20240808.006
This commit is contained in:
20
uni_modules/uni-id-pages/config.js
Normal file
20
uni_modules/uni-id-pages/config.js
Normal file
@ -0,0 +1,20 @@
|
||||
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
|
||||
}
|
Reference in New Issue
Block a user