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