Browse Source

Change on names

jason.lu 5 năm trước cách đây
mục cha
commit
e2e4dcff47
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      app.json
  2. 1 1
      config/api.js

+ 1 - 1
app.json

@@ -37,7 +37,7 @@
   "window": {
     "backgroundTextStyle": "dark",
     "navigationBarBackgroundColor": "#fff",
-    "navigationBarTitleText": "仿网易严选",
+    "navigationBarTitleText": "换换官方站",
     "navigationBarTextStyle": "black",
     "enablePullDownRefresh": true
   },

+ 1 - 1
config/api.js

@@ -1,4 +1,4 @@
-const ApiRootUrl = 'http://127.0.0.1:8360/api/';
+const ApiRootUrl = 'https://north.fogice.com:8400/apol/';
 
 module.exports = {
   IndexUrl: ApiRootUrl + 'index/index', //首页数据接口