guhongwei 5 년 전
부모
커밋
c153c1cd5d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/userCenter/password/index.vue

+ 1 - 1
src/views/userCenter/password/index.vue

@@ -57,7 +57,7 @@ export default {
               type: 'success',
             });
             this.logout();
-            this.$router.push({ path: '/platlive/newlogin' });
+            this.$router.push({ path: '/newlogin' });
           } else {
             this.$message.error('密码修改失败');
           }