guhongwei 5 年之前
父节点
当前提交
eaad4f676e

+ 1 - 1
src/views/enterprise/appointment.vue

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

+ 1 - 1
src/views/enterprise/duijiedetail.vue

@@ -114,7 +114,7 @@ export default {
       }
     },
     async toLogin() {
-      this.$router.push({ path: '/' });
+      this.$router.push({ path: '/platlive' });
     },
   },
 };

+ 1 - 1
src/views/enterprise/duijiestatus.vue

@@ -110,7 +110,7 @@ export default {
       }
     },
     async toLogin() {
-      this.$router.push({ path: '/' });
+      this.$router.push({ path: '/platlive' });
     },
   },
 };

+ 1 - 1
src/views/enterprise/enterprisedg.vue

@@ -177,7 +177,7 @@ export default {
       }
     },
     async toLogin() {
-      this.$router.push({ path: '/' });
+      this.$router.push({ path: '/platlive' });
     },
   },
 };

+ 1 - 1
src/views/enterprise/enterprisefabu.vue

@@ -261,7 +261,7 @@ export default {
       }
     },
     async toLogin() {
-      this.$router.push({ path: '/' });
+      this.$router.push({ path: '/platlive' });
     },
   },
 };

+ 1 - 1
src/views/enterprise/enterprisejb.vue

@@ -85,7 +85,7 @@ export default {
       }
     },
     async toLogin() {
-      this.$router.push({ path: '/' });
+      this.$router.push({ path: '/platlive' });
     },
   },
 };

+ 1 - 1
src/views/enterprise/enterprisexuqiu.vue

@@ -124,7 +124,7 @@ export default {
     },
 
     async toLogin() {
-      this.$router.push({ path: '/' });
+      this.$router.push({ path: '/platlive' });
     },
     changeType(item) {
       console.log(item);

+ 1 - 1
src/views/enterprise/enterprisexx.vue

@@ -58,7 +58,7 @@ export default {
       }
     },
     async toLogin() {
-      this.$router.push({ path: '/' });
+      this.$router.push({ path: '/platlive' });
     },
   },
 };

+ 1 - 1
src/views/enterprise/look.vue

@@ -108,7 +108,7 @@ export default {
     },
 
     async toLogin() {
-      this.$router.push({ path: '/' });
+      this.$router.push({ path: '/platlive' });
     },
     async success(row) {
       row.status = '1';

+ 1 - 1
src/views/enterprise/shenhe.vue

@@ -103,7 +103,7 @@ export default {
       }
     },
     async toLogin() {
-      this.$router.push({ path: '/' });
+      this.$router.push({ path: '/platlive' });
     },
   },
 };

+ 1 - 1
src/views/enterprise/xiugai.vue

@@ -62,7 +62,7 @@ export default {
       }
     },
     async toLogin() {
-      this.$router.push({ path: '/' });
+      this.$router.push({ path: '/platlive' });
     },
     async submit({ data }) {
       data.id = this.user.uid;