소스 검색

Build: V1.3.1

wangyuan 2 년 전
부모
커밋
b6f8ff9019
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      api/request.js

+ 1 - 1
api/request.js

@@ -1,6 +1,6 @@
 /* wx.request */
 const BASE_API_URL = 'https://api.itthealth.com/api'
-const BASE_FILE_API_URL = 'https://file.itthealth.com/api'
+const BASE_FILE_API_URL = 'https://api.itthealth.com/api'
 const BASE_API_VERSION = '/v1'
 import itt from '../utils/util'
 const app = getApp()