浏览代码

跳转地址修改

seimin 2 年之前
父节点
当前提交
add826e256
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/summaryOrder.vue

+ 3 - 3
src/views/summaryOrder.vue

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