chore(user.vue): Update user.vue, alter userInfo username to userName. (#1855)
This commit is contained in:
@@ -368,7 +368,7 @@ const deleteUserFunc = async(row) => {
|
|||||||
|
|
||||||
// 弹窗相关
|
// 弹窗相关
|
||||||
const userInfo = ref({
|
const userInfo = ref({
|
||||||
username: '',
|
userName: '',
|
||||||
password: '',
|
password: '',
|
||||||
nickName: '',
|
nickName: '',
|
||||||
headerImg: '',
|
headerImg: '',
|
||||||
|
Reference in New Issue
Block a user