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