wuhongyu 4 years ago
parent
commit
0d92ef1e6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/communication/parts/demand.vue

+ 1 - 1
src/views/communication/parts/demand.vue

@@ -44,7 +44,7 @@ export default {
     xuqiu(item) {
       // this.$router.push({ path: '/demand/index', query: { id: item.id } });
       let id = item.id;
-      window.open('/demand/index?id=' + id);
+      window.open('/count/demand/index?id=' + id);
 
       // $window.open('/bdfence/bdfence-division/bdfence.html?vehicleId=' + id);
     },