yuanyuan há 2 anos atrás
pai
commit
c11fe96445
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      src/main/jmrh/src/views/mine/editInfo.vue

+ 2 - 0
src/main/jmrh/src/views/mine/editInfo.vue

@@ -188,6 +188,8 @@ export default {
                 this.$alert('用户未登录,请先进行登录?', '提示', {
                     confirmButtonText: '确定',
                     type: 'warning'
+                }).then(() => {
+                    this.$router.push({ name: 'login' });
                 });
             }
         },