guhongwei 5 лет назад
Родитель
Сommit
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('密码修改失败');
           }