chore(user.vue): Update user.vue, alter userInfo username to userName. (#1855)

This commit is contained in:
sliboy
2024-08-15 10:49:31 +08:00
committed by GitHub
parent 43d0c291ed
commit f7ddd8bbbb

View File

@@ -368,7 +368,7 @@ const deleteUserFunc = async(row) => {
// 弹窗相关
const userInfo = ref({
username: '',
userName: '',
password: '',
nickName: '',
headerImg: '',