20 lines
495 B
JavaScript
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
|
|
} |