Compare commits

..

No commits in common. "4cb045d29f3484c5956f16ad63a186c5425dc27e" and "b1f28e5d55a6df805ffdd578fe5287247a0c1000" have entirely different histories.

View File

@ -102,9 +102,6 @@ export default {
created() { created() {
this.memberId = localStorage.getItem("user_id"); this.memberId = localStorage.getItem("user_id");
}, },
updated() {
this.memberId = localStorage.getItem("user_id");
},
methods: { methods: {
logout() { logout() {
localStorage.clear(); localStorage.clear();