shaogen1995 hace 3 años
padre
commit
65fe52212e
Se han modificado 2 ficheros con 399 adiciones y 12 borrados
  1. 397 10
      hot/src/views/data.js
  2. 2 2
      web/public/static/js/Hot.js

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 397 - 10
hot/src/views/data.js


+ 2 - 2
web/public/static/js/Hot.js

@@ -41,8 +41,8 @@ window.initHot = function (model) {
             , o = "en" == manage.number("lang") ? "&lang=" + manage.number("lang") : "";
         -1 == r.indexOf("?") ? src = link + "?time=" + randomTime().getTime() + "&id=" + window.number + o : src = link + "&time=" + randomTime().getTime() + "&id=" + window.number + o
 
-        return src//线下调试
-        // return src.replace('https://www.4dmodel.com/SuperTwo/hot_online1/', '/erhai/hot/')  //打包
+        // return src//线下调试
+        return src.replace('https://www.4dmodel.com/SuperTwo/hot_online1/', '/erhai/hot/')  //打包
     }
     var removeSrcPostMark = function (url) {//去除texture.load时自动加上的'?'
         var index = url.indexOf('?')