UNPKG

@bj-ui/bj-authorization

Version:

星云系统登录通用模块

17 lines (16 loc) 249 B
export default { props: { //登录状态 loginStatus: { type: Boolean, default: false, }, //接口域名 host: { type: Object, default: () => { return {}; }, }, }, };