Browse Source

:bug: add api.json

zhanghe 6 years ago
parent
commit
e77845bc87
2 changed files with 13 additions and 1 deletions
  1. 1 1
      .gitignore
  2. 12 0
      src/res/values/api.json

+ 1 - 1
.gitignore

@@ -17,7 +17,7 @@ buildLocal/
 .eslintrc.js
 # package.json
 # Mock API config file
-api.json
+#api.json
 src/models/*
 *.jade
 **/pug

+ 12 - 0
src/res/values/api.json

@@ -0,0 +1,12 @@
+{
+    "api_url_kid": "http://kid-app.lingjiao.cn",
+    "api_url": "http://tt-web.api.ai160.com",
+    "api_url_angelbell": "http://web-api.lingjiao.cn",
+    "api_url_light": "http://light-angelbell-web.lingjiao.cn",
+    "api_url_inst": "http://lj-demo-web.ai160.com",
+    "api_url_old_1": "http://2btv.efunbox.cn",
+    "api_url_old_2": "http://2blj.api.ai160.com",
+    "api_url_old_3": "http://lj-web.api.ai160.com",
+    "api_url_local": "http://192.168.1.206:8600",
+    "api_url_mock": "http://127.0.0.1:8082/efunbox-to-b/1.0.0/lib/mockapi/"
+}