Browse Source

修改相应路径 行业详情

wangguoyu 5 năm trước cách đây
mục cha
commit
67dced0178
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/client/Index.vue

+ 1 - 1
src/views/client/Index.vue

@@ -312,7 +312,7 @@
                 })
             },
             checkInfo(data){
-                this.$router.push({ name: 'industryDetails' ,params:data});
+                this.$router.push({ name: 'newsInforDetails' ,params:data});
             }
 
         },