无人机管理后台前端(已迁走)
罗广辉
2025-06-07 f11729af79a8478fc4cdcf667c12508f2abcae21
Merge branch 'master' into test
1 files modified
5 ■■■■ changed files
src/views/system/userinfo.vue 5 ●●●● patch | view | raw | blame | history
src/views/system/userinfo.vue
@@ -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',