guhongwei 5 lat temu
rodzic
commit
c153c1cd5d
1 zmienionych plików z 1 dodań i 1 usunięć
  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('密码修改失败');
           }