zhangzengfei
2021-02-01 9f82f4a5cbc86dbba5c6ced881555b007f314a0c
修复自动登录手动退出后的操作
1个文件已修改
4 ■■■ 已修改文件
src/pages/desktop/index/components/Tools.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/desktop/index/components/Tools.vue
@@ -243,6 +243,8 @@
        logout().then(res => {
          if (res === "退出成功") {
            sessionStorage.removeItem("userInfo");
            // 手动退出, 取消自动登录
            sessionStorage.removeItem("autoLogin");
            _this.userInfo = {};
            location.assign('/view/index');
            this.$notify({
@@ -297,7 +299,7 @@
.tools .tools-middle::before {
  width: 1px;
  height: 20px;
  content: '';
  content: "";
  position: absolute;
  top: 10px;
  left: 0;