Browse Source

广告 bug

Shannon_mu 3 years ago
parent
commit
8cebf6453f

+ 1 - 1
operationSupport/src/views/newWorkBench/components/pendingComplaints.vue

@@ -53,7 +53,7 @@ export default {
         },
         toPage() {
             this.$router.push({
-                path: '/alarmManagement/details'
+                path: '/propertyManagement/index'
             });
         }
     }

+ 1 - 1
operationSupport/src/views/newWorkBench/editWorkbench.vue

@@ -173,7 +173,7 @@ export default {
                     if (item.title == activeRout.meta.title || item.path == activeRout.path) {
                         tagsList.splice(index, 1);
                         this.$router.push({
-                            path: tagsList[index - 1].path
+                            path: '/'
                         });
                     }
                 });