guhongwei 5 jaren geleden
bovenliggende
commit
a76bfb0d20

+ 3 - 0
src/views/enterprise/appointment.vue

@@ -119,6 +119,9 @@ export default {
         this.toLogin();
       }
     },
+    async toLogin() {
+      this.$router.push({ path: '/' });
+    },
   },
 };
 </script>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@@ -108,7 +108,7 @@ export default {
     },
 
     async toLogin() {
-      this.$router.push({ path: '/platlive' });
+      this.$router.push({ path: '/' });
     },
     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: '/platlive' });
+      this.$router.push({ path: '/' });
     },
   },
 };

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

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