瀏覽代碼

Change on names

jason.lu 5 年之前
父節點
當前提交
e2e4dcff47
共有 2 個文件被更改,包括 2 次插入2 次删除
  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', //首页数据接口