Merge branch 'master' into UC-37
This commit is contained in:
@@ -47,6 +47,9 @@ export default {
|
||||
methods: {
|
||||
closeFormCreate() {
|
||||
this.isOpenCreate = false;
|
||||
logout() {
|
||||
localStorage.clear();
|
||||
this.$router.push("/login");
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user