用户管理

This commit is contained in:
仲么了
2024-01-22 14:21:31 +08:00
parent 08e0e9e013
commit 0bf750e5ae
13 changed files with 432 additions and 451 deletions

View File

@@ -16,7 +16,8 @@ export const useAdminInfo = defineStore('adminInfo', {
userIndex: '',
client_id: '',
headSculpture: '',
jti: ''
jti: '',
loginName: ''
}
},
actions: {