ruoyi-ui/src/views/system/user/profile/userInfo.vue
@@ -24,6 +24,7 @@ <script> import { updateUserProfile } from "@/api/system/user"; import Global from "@/layout/components/global.js"; export default { props: { @@ -68,6 +69,7 @@ }); }, close() { Global.$emit("removeCache", "closeSelectedTag", this.$route); this.$store.dispatch("tagsView/delView", this.$route); this.$router.push({ path: "/index" }); }