@@ -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('密码修改失败');
}