@@ -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' });
}
},