mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-28 01:40:08 +08:00
bugfix call user uuid (#205)
This commit is contained in:
parent
88c6e5838a
commit
c4938ee879
@ -90,7 +90,7 @@ const actions = {
|
|||||||
const userInfo = responseGetInfo.userInfo
|
const userInfo = responseGetInfo.userInfo
|
||||||
commit('SET_NAME', responseGetInfo.name)
|
commit('SET_NAME', responseGetInfo.name)
|
||||||
commit('SET_INTRODUCTION', userInfo.description)
|
commit('SET_INTRODUCTION', userInfo.description)
|
||||||
commit('SET_USER_UUID', responseGetInfo.uuid)
|
commit('SET_USER_UUID', userInfo.uuid)
|
||||||
|
|
||||||
// TODO: return 'Y' or 'N' string values as data type Booelan (4)
|
// TODO: return 'Y' or 'N' string values as data type Booelan (4)
|
||||||
// TODO: return #Date as long data type Date (5)
|
// TODO: return #Date as long data type Date (5)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user