guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
0f76c20134
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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' });
       }
     },
   },