guhongwei 4 years ago
parent
commit
0f76c20134
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/login.vue

+ 1 - 1
src/views/login.vue

@@ -41,7 +41,7 @@ export default {
       const res = await this.login(data);
       console.log(res);
       if (this.$checkRes(res)) {
-        this.$router.push({ path: '/adminCnter/homeIndex' });
+        this.$router.push({ path: '/adminCenter/homeIndex' });
       }
     },
   },