4 .col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2
6 p {{ st.tr["Logout successful!"] }}
7 p {{ st.tr["Back to Hall in 3 seconds..."] }}
11 import { store } from "@/store";
12 import { ajax } from "@/utils/ajax";
28 this.st.user.name = "";
29 this.st.user.email = "";
30 this.st.user.notify = false;
31 localStorage.removeItem("myid");
32 localStorage.removeItem("myname");
34 this.$router.replace("/");