93 lines
1.9 KiB
JSON
93 lines
1.9 KiB
JSON
{
|
|
"easycom": {
|
|
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/rain/rain",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/homeIndex/index",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/xxsb/index",
|
|
"style": {
|
|
"navigationBarTitleText": "信息上报"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/xxsb/from",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/gqzq/index",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/gqzq/gqxx",
|
|
"style": {
|
|
"navigationBarTitleText": "工情信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/gqzq/zqxx",
|
|
"style": {
|
|
"navigationBarTitleText": "灾情信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/gqzq/detail/index",
|
|
"style": {
|
|
"navigationBarTitleText": "查看"
|
|
}
|
|
}
|
|
],
|
|
|
|
"tabBar": {
|
|
"color": "#333333",
|
|
"selectedColor": "#eb4450",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/gqzq/index",
|
|
"iconPath": "/static/tabs/my2_icon@2x.png",
|
|
"selectedIconPath": "static/tabs/my2_icon@2x.png",
|
|
"text": "pages"
|
|
},
|
|
{
|
|
"pagePath": "pages/homeIndex/index",
|
|
"iconPath": "/static/tabs/首页@2x.png",
|
|
"selectedIconPath": "static/tabs/首页2@2x.png",
|
|
"text": "首页"
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"backgroundColorTop": "transparent",
|
|
"navigationStyle": "custom",
|
|
"app-plus": {
|
|
"background": "#efeff4"
|
|
}
|
|
}
|
|
}
|