guhongwei 4 سال پیش
والد
کامیت
0f76c20134
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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' });
       }
     },
   },