Browse Source

家装客资页面优化

zhujindu 1 year ago
parent
commit
6347639c17

+ 2 - 2
src/views/week/assignAwait/JZfollowUp.vue

@@ -167,7 +167,7 @@ export default {
                 showCancelButton: false,
               })
               .then(() => {
-                this.$router.replace({ path: '/clew' });
+                window.location.replace(window.location.origin + '/mobile/clew');
               });
           }
         } else {
@@ -212,7 +212,7 @@ export default {
             this.toastLoading().clear();
             if (res.code == 200) {
               this.$toast(res.msg);
-              this.$router.replace({ path: '/clew' });
+              window.location.replace(window.location.origin + '/mobile/clew');
             } else {
               this.$toast(res.msg);
             }

+ 2 - 2
src/views/week/assignAwait/assignPage.vue

@@ -223,7 +223,7 @@ export default {
                 showCancelButton: false,
               })
               .then(() => {
-                this.$router.replace({ path: '/assignAwait' });
+                window.location.replace(window.location.origin + '/mobile/assignAwait');
               });
           }
         } else {
@@ -241,7 +241,7 @@ export default {
         this.toastLoading().clear();
         if (res.code == 200) {
           this.$toast(res.msg);
-          this.$router.replace({ path: '/assignAwait' });
+          window.location.replace(window.location.origin + '/mobile/assignAwait');
         } else {
           this.$toast(res.msg);
         }