Explorar el Código

修改相应路径 行业详情

wangguoyu hace 5 años
padre
commit
67dced0178
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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});
             }
 
         },