Commit 7712449d by 潘际乾

签退

parent 4816e339
......@@ -180,7 +180,8 @@ export default {
this.langSelectVisible = false;
},
showLogoutDialog(flg) {
this.$refs.logoutform.show(flg);
// this.$refs.logoutform.show(flg);
this.$store.dispatch("TagsView/delAllViews").then(() => this.$router.push("/login"))
},
showChgPwdDialog() {
this.$refs["chgPwdForm"].dialogOpen = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment