From 2532e40f9c6682dd45325f30101e0eacefb28167 Mon Sep 17 00:00:00 2001
From: caohong <caoh2@chinatelecom.cn>
Date: Fri, 11 Feb 2022 10:05:01 +0800
Subject: [PATCH] 删除方法无返回值时,方法注释上的@return
---
ruoyi-ui/src/views/system/user/profile/userInfo.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/ruoyi-ui/src/views/system/user/profile/userInfo.vue b/ruoyi-ui/src/views/system/user/profile/userInfo.vue
index 978cddf..ac7c44a 100644
--- a/ruoyi-ui/src/views/system/user/profile/userInfo.vue
+++ b/ruoyi-ui/src/views/system/user/profile/userInfo.vue
@@ -68,8 +68,7 @@
});
},
close() {
- this.$store.dispatch("tagsView/delView", this.$route);
- this.$router.push({ path: "/index" });
+ this.$tab.closePage();
}
}
};
--
Gitblit v1.9.2