疯狂的狮子li
2020-12-11 f56f57a2364ff5cf1279527c2f130aae88b65ce7
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" });
    }