ソースを参照

修改相应路径 行业详情

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){
-                this.$router.push({ name: 'industryDetails' ,params:data});
+                this.$router.push({ name: 'newsInforDetails' ,params:data});
             }
 
         },