|
@@ -1,6 +1,5 @@
|
|
|
{
|
|
|
- "pages": [
|
|
|
- {
|
|
|
+ "pages": [{
|
|
|
"path": "pages/me/me",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "数据更新"
|
|
@@ -13,17 +12,32 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/index/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "首页",
|
|
|
- "navigationBarBackgroundColor": "#FE5786"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/pricate/pricate",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "个人中心"
|
|
|
+ "path": "pages/index/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/pricate/pricate",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "个人中心"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/aboutme/aboutme",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的",
|
|
|
+ "navigationBarBackgroundColor": "#FE5786",
|
|
|
+ "enablePullDownRefresh": true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/login/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "登录",
|
|
|
+ "navigationBarBackgroundColor": "#FE5786"
|
|
|
+ }
|
|
|
}
|
|
|
- }],
|
|
|
+ ],
|
|
|
"globalStyle": {
|
|
|
"navigationBarTextStyle": "white",
|
|
|
"navigationBarTitleText": "uni-app",
|
|
@@ -40,20 +54,27 @@
|
|
|
"tabBar": {
|
|
|
"selectedColor": "#1296db",
|
|
|
"list": [{
|
|
|
- "pagePath": "pages/index/index",
|
|
|
- "text": "记录查询",
|
|
|
- "iconPath": "static/tabbar1.png",
|
|
|
- "selectedIconPath": "static/tabbar5.png"
|
|
|
- }, {
|
|
|
- "pagePath": "pages/middle/middle",
|
|
|
- "text": "数据采集",
|
|
|
- "iconPath": "static/tabbar2.png",
|
|
|
- "selectedIconPath": "static/tabbar6.png"
|
|
|
- }, {
|
|
|
- "pagePath": "pages/me/me",
|
|
|
- "text": "个人中心",
|
|
|
- "iconPath": "static/tabbar4.png",
|
|
|
- "selectedIconPath": "static/tabbar8.png"
|
|
|
- }]
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "text": "记录查询",
|
|
|
+ "iconPath": "static/tabbar1.png",
|
|
|
+ "selectedIconPath": "static/tabbar5.png"
|
|
|
+ }, {
|
|
|
+ "pagePath": "pages/middle/middle",
|
|
|
+ "text": "数据采集",
|
|
|
+ "iconPath": "static/tabbar2.png",
|
|
|
+ "selectedIconPath": "static/tabbar6.png"
|
|
|
+ }, {
|
|
|
+ "pagePath": "pages/me/me",
|
|
|
+ "text": "个人中心",
|
|
|
+ "iconPath": "static/tabbar4.png",
|
|
|
+ "selectedIconPath": "static/tabbar8.png"
|
|
|
+ }, {
|
|
|
+ "pagePath": "pages/aboutme/aboutme",
|
|
|
+ "text": "个人中心",
|
|
|
+ "iconPath": "static/tabbar4.png",
|
|
|
+ "selectedIconPath": "static/tabbar8.png"
|
|
|
+ }
|
|
|
+
|
|
|
+ ]
|
|
|
}
|
|
|
}
|