update 增加 用户注册 用户类型默认值

This commit is contained in:
疯狂的狮子li 2022-02-21 10:53:59 +08:00
parent ea7ea2ec59
commit 075f7fc19e

View File

@ -86,7 +86,8 @@ export default {
password: "",
confirmPassword: "",
code: "",
uuid: ""
uuid: "",
user_type: "sys_user"
},
registerRules: {
username: [