优化后,再次提交
This commit is contained in:
20
pages.json
20
pages.json
@@ -11,7 +11,9 @@
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "三查一曝光"
|
||||
"navigationBarTitleText": "三查一曝光",
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTextStyle": "white"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -245,26 +247,26 @@
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页",
|
||||
"iconPath": "static/tabBar/home1.png",
|
||||
"selectedIconPath": "static/tabBar/home.png"
|
||||
"iconPath": "static/tabbar_icon/home_icon.png",
|
||||
"selectedIconPath": "static/tabbar_icon/home_selectedIcon.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/map/map",
|
||||
"text": "一张图",
|
||||
"iconPath": "static/tabBar/map.png",
|
||||
"selectedIconPath": "static/tabBar/map1.png"
|
||||
"iconPath": "static/tabbar_icon/address_icon.png",
|
||||
"selectedIconPath": "static/tabbar_icon/address_selectedIcon.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/Inspectionwarning/Inspectionwarning",
|
||||
"text": "预警",
|
||||
"iconPath": "static/tabBar/warning.png",
|
||||
"selectedIconPath": "static/tabBar/warning1.png"
|
||||
"iconPath": "static/tabbar_icon/yujing_icon.png",
|
||||
"selectedIconPath": "static/tabbar_icon/yujing_selectedIcon.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/personalcenter/my",
|
||||
"text": "我的",
|
||||
"iconPath": "static/tabBar/my.png",
|
||||
"selectedIconPath": "static/tabBar/my1.png"
|
||||
"iconPath": "static/tabbar_icon/mine_icon.png",
|
||||
"selectedIconPath": "static/tabbar_icon/mine_selectedIcon.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user