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