无人机管理后台前端(已迁走)
罗广辉
2025-06-07 f11729af79a8478fc4cdcf667c12508f2abcae21
Merge branch 'master' into test
1 files modified
11 ■■■■■ changed files
src/views/system/userinfo.vue 11 ●●●●● patch | view | raw | blame | history
src/views/system/userinfo.vue
@@ -7,7 +7,7 @@
        v-model="form"
        @tab-click="handleTabClick"
        @submit="handleSubmit"
      >
        <template #email="{ disabled, size }">
            <el-input
@@ -76,8 +76,11 @@
            if (res.data.success) {
              this.$message({
                type: 'success',
                message: '修改密码成功!',
                message: '修改密码成功,请重新登录!',
              });
              this.$store.dispatch('LogOut').then(() => {
                this.$router.push({ path: '/login' })
              })
            } else {
              this.$message({
                type: 'error',
@@ -104,8 +107,8 @@
            realName: user.realName,
            phone: user.phone,
            email: user.email,
          };
          };
        });
      }
    },