|
@@ -114,7 +114,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
async toLogin() {
|
|
|
- this.$router.push({ path: '/' });
|
|
|
+ this.$router.push({ path: '/platlive' });
|
|
|
},
|
|
|
handleCurrentChange({ currentPage }) {
|
|
|
this.searchinfo({ skip: (currentPage - 1) * this.pageSize, limit: this.pageSize, currentPage });
|