소스 검색

用友接口

hfxc226 2 년 전
부모
커밋
38ca2fada4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 }