UNPKG

cloud-admin-template

Version:
34 lines 853 B
{ "s-login/src": { "type": "string", "description": "登录页的目标地址" }, "s-login/useNormal": { "type": "boolean", "description": "是否开启普通登录,默认开启" }, "s-login/useQZ": { "type": "boolean", "description": "是否开启轻舟登录,默认关闭" }, "s-login/useLdap": { "type": "boolean", "description": "是否开启LDAP登录,默认关闭" }, "s-login/useGithub": { "type": "boolean", "description": "是否开启Github登录,默认关闭" }, "s-login/useNetease": { "type": "boolean", "description": "是否开启OpenID登录,默认关闭" }, "s-login/domainName": { "type": "string", "description": "配置登录应用信息" }, "s-login/exdays": { "type": "number", "description": "设置 Cookie 过期天数" } }