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()