Commit 335725a4 authored by “yiyousong”'s avatar “yiyousong”

perf:修改首页

parent fd891413
...@@ -176,8 +176,8 @@ export default { ...@@ -176,8 +176,8 @@ export default {
this.$confirm({ this.$confirm({
title: "您是否确定退出登录?", title: "您是否确定退出登录?",
onOk() { onOk() {
LogoutInterface({}).then((res) => { LogoutInterface({}).then(() => {
this.$message.success("退出成功"); _this.$message.success("退出成功");
_this.$Storage.clear(2); _this.$Storage.clear(2);
_this.$Storage.clear(1); _this.$Storage.clear(1);
_this.SET_USERDATA({}); _this.SET_USERDATA({});
......
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