@@ -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 });
}
};
@@ -110,7 +110,7 @@ export default {
@@ -177,7 +177,7 @@ export default {
@@ -261,7 +261,7 @@ export default {
@@ -85,7 +85,7 @@ export default {
@@ -124,7 +124,7 @@ export default {
changeType(item) {
console.log(item);
@@ -58,7 +58,7 @@ export default {
@@ -108,7 +108,7 @@ export default {
async success(row) {
row.status = '1';
@@ -103,7 +103,7 @@ export default {
@@ -62,7 +62,7 @@ export default {
async submit({ data }) {
data.id = this.user.uid;