You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
266 B

function getDefaultAuth() {
return {
id: undefined,
account: "", // 用户名
name: "", // 姓名
idCardNo: "", // 身份证号
mobileNo: undefined, // 手机号
bankCardNo: undefined, // 银行卡号
};
}
export default getDefaultAuth;