byt-ui
Version:
byt组件库
14 lines (13 loc) • 433 B
JavaScript
/*
* @Description:
* @Author: 王国火
* @Date: 2022-07-13 12:31:34
* @LastEditTime: 2024-04-18 16:26:47
* @LastEditors: 王国火
*/
export default {
key: 'bonyear', // 配置主键,目前用于存储
formLoginClient: 'pig:pig', // 用户名密码登录的 client 信息
smsLoginClient: 'app:app', // 验证码登录的 client 信息
socialLoginClient: 'social:social' // 社交登录的 client 信息
}