hfxc226 hace 2 años
padre
commit
38ca2fada4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/utils/tool.js

+ 1 - 1
src/utils/tool.js

@@ -38,7 +38,7 @@ BaseTool.Constant = {
   INVEST: 'INVEST',
   FINANCE: 'FINANCE',
   FINANCING: 'FINANCING',
-  FILE_URL: '',
+  FILE_URL: 'http://sb.pc.litian2017.com',
   HOST: window.location.protocol + '//' + window.location.host,
   scrollY: document.documentElement.clientHeight < 680 ? document.documentElement.clientHeight * 0.4 : document.documentElement.clientHeight * 0.5
 }