unknown hace 2 años
padre
commit
ccd2624c75
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      investment/js/investHome.js

+ 1 - 1
investment/js/investHome.js

@@ -1004,7 +1004,7 @@ let app = new Vue({
       }
       myChart.on('click', function(data){
         if(data.name == '华阳新材'){
-          window.location.href = 'https://www.baidui.com'
+          window.location.href = './investHomeChild.html?type=2'
         }
       })
       myChart.setOption(option)