Compare commits
2 Commits
b1f28e5d55
...
4cb045d29f
Author | SHA1 | Date | |
---|---|---|---|
|
4cb045d29f | ||
|
2cf781b11d |
@ -102,6 +102,9 @@ export default {
|
||||
created() {
|
||||
this.memberId = localStorage.getItem("user_id");
|
||||
},
|
||||
updated() {
|
||||
this.memberId = localStorage.getItem("user_id");
|
||||
},
|
||||
methods: {
|
||||
logout() {
|
||||
localStorage.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user