mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-22 07:16:51 +00:00
fix bug
fix when login cant open page setting
This commit is contained in:
parent
bb148086ba
commit
9cbd3472d4
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ const display_items = [
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
currentUser: JSON.parse(sessionStorage.getItem('current_user'))
|
currentUser: `${sessionStorage.getItem('current_user')}`
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue