浏览代码

修改相应路径 行业详情

wangguoyu 5 年之前
父节点
当前提交
67dced0178
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/client/Index.vue

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

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