diff --git a/main.js b/main.js index 5a7210f..9dfdf5e 100644 --- a/main.js +++ b/main.js @@ -6,7 +6,7 @@ import common from './utils/common.js' // const baseURL = 'http://localhost:7010' //const baseURL = 'http://81.69.47.31:7010' // const baseURL = 'http://bnyer.vaiwan.com' -const baseURL = 'http://aipdbt.natappfree.cc' +const baseURL = 'http://fu7avs.natappfree.cc' Vue.prototype.$baseURL = baseURL; diff --git a/pages.json b/pages.json index 6f42857..99e9545 100644 --- a/pages.json +++ b/pages.json @@ -3,9 +3,10 @@ { "path": "pages/index/index", "style": { - "navigationBarTitleText": "首页", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#FFC542" + "navigationBarTitleText": "次元Hub", + "enablePullDownRefresh": true, + "navigationBarBackgroundColor": "#141b29", + "navigationStyle": "custom" } }, { @@ -41,7 +42,7 @@ "style": { "navigationBarTitleText": " ", "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#22343C" + "navigationBarBackgroundColor": "#141b29" } }, { @@ -96,8 +97,9 @@ { "path": "pages/userInfo/userInfo", "style": { - "navigationBarTitleText": "我的", - "enablePullDownRefresh": false + "navigationBarTitleText": "", + "enablePullDownRefresh": true, + "navigationStyle": "custom" } } ], @@ -208,22 +210,24 @@ } ] }], - "globalStyle": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "bnyer", - "navigationBarBackgroundColor": "#F8F8F8", - "backgroundColor": "#F8F8F8", + "navigationBarTextStyle": "white", + "navigationBarTitleText": "次元Hub", + "navigationBarBackgroundColor": "#141b29", + "backgroundColor": "#141b29", "rpxCalcMaxDeviceWidth": 750, // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960 "rpxCalcBaseDeviceWidth": 375, // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px,默认值为 375 "rpxCalcIncludeWidth": 750 // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx,默认值为 750 }, //底部跳转tab "tabBar": { - "color": "#899A96", - "selectedColor": "#1A1A1A", + "color": "#FFFFFF", + "selectedColor": "#30a9c0", "borderStyle": "black", - "backgroundColor": "#30444E", + "backgroundColor": "#141b29", + "fontSize": "12px", + "spacing": "5px", + "height": "100px", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/index-default.png", diff --git a/pages/index/index.vue b/pages/index/index.vue index cb319a2..947ce6b 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,8 +1,7 @@