Explorar o código

modify API BASE URL

Elbert Chen hai 1 ano
pai
achega
60e867a897
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      request/api.js

+ 1 - 1
request/api.js

@@ -1,5 +1,5 @@
 
-const API_BASE_URL = 'http://local.test';//lachang-dev环境
+const API_BASE_URL = 'http://lachang.fanfanle.cn';//lachang-dev环境
 
 const versionNumber = "v1.5.1";//版本号
 module.exports = {