Browse Source

跳转地址修改

seimin 2 years ago
parent
commit
add826e256
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/summaryOrder.vue

+ 3 - 3
src/views/summaryOrder.vue

@@ -131,7 +131,7 @@ export default {
131
               icon: "cubeic-right",
131
               icon: "cubeic-right",
132
               onConfirm: (e, promptValue) => {
132
               onConfirm: (e, promptValue) => {
133
                 this.$router.push({
133
                 this.$router.push({
134
-                  path: `/main/incidentList/todo/0`
134
+                  path: `/main/incidentNewList/todo/0`
135
                 })
135
                 })
136
               }
136
               }
137
             }).show();
137
             }).show();
@@ -142,7 +142,7 @@ export default {
142
               icon: "cubeic-wrong",
142
               icon: "cubeic-wrong",
143
               onConfirm: (e, promptValue) => {
143
               onConfirm: (e, promptValue) => {
144
                 this.$router.push({
144
                 this.$router.push({
145
-                  path: `/main/incidentList/todo/0`
145
+                  path: `/main/incidentNewList/todo/0`
146
                 })
146
                 })
147
               }
147
               }
148
             }).show();
148
             }).show();
@@ -237,7 +237,7 @@ export default {
237
                   content: "点击返回事件列表",
237
                   content: "点击返回事件列表",
238
                   icon: "cubeic-right",
238
                   icon: "cubeic-right",
239
                   onConfirm: (e, promptValue) => {
239
                   onConfirm: (e, promptValue) => {
240
-                    this.$router.push({ path: `/main/incidentList/todo/0` });
240
+                    this.$router.push({ path: `/main/incidentNewList/todo/0` });
241
                   }
241
                   }
242
                 })
242
                 })
243
                 .show();
243
                 .show();