hfxc226 vor 2 Jahren
Ursprung
Commit
38ca2fada4
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
 }