wangyuan hace 2 años
padre
commit
f85c8294ff
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      api/request.js

+ 2 - 1
api/request.js

@@ -1,5 +1,6 @@
 /* wx.request */
-const BASE_API =  'https://worker.itthealth.com/api' // 'https://itt-worker.chl6zk.store/api' 
+const BASE_API = 'https://worker.itthealth.com/api'
+// const BASE_API = 'https://itt-worker.chl6zk.store/api'
 const BASE_VERSION = '/v1'
 import itt from '../utils/util'
 const app = getApp()