[WIP] Исправил стили, добавил расписание

This commit is contained in:
megavrilinvv
2022-12-19 18:02:16 +03:00
parent 4f17285df4
commit 969b260e36
7 changed files with 94 additions and 54 deletions

View File

@@ -84,7 +84,7 @@ export default {
methods: {
logout() {
localStorage.removeItem("tokenAccess");
this.$router.push("/login");
this.$router.go("/login");
},
openPopup() {
this.showPopup = !this.showPopup;