179 lines
4.0 KiB
JSON
179 lines
4.0 KiB
JSON
{
|
|
"easycom": {
|
|
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
"pages": [
|
|
{
|
|
"path" : "pages/login/login",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/rain/rain",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/homeIndex/index",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/mypage/mypage",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/personInfo/personInfo",
|
|
"style":
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/modifyPassword/modifyPassword",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
},
|
|
|
|
{
|
|
"path" : "pages/forewarning/forewarning",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/forewarning/sh",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/forewarning/shInformation/shInformation",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/addressBook/addressBook",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/water/water",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
},
|
|
"onMessage": "handleMessage"
|
|
},
|
|
{
|
|
"path" : "pages/rain/rain",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},
|
|
|
|
|
|
{
|
|
"path" : "pages/rainDetail/rainDetail",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},
|
|
{
|
|
"path" : "pages/hdDetail/hdDetail",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},
|
|
{
|
|
"path" : "pages/skDetail/skDetail",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"tabBar": {
|
|
"color": "#333333",
|
|
"selectedColor": "#eb4450",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/homeIndex/index",
|
|
"iconPath": "/static/tabs/首页@2x.png",
|
|
"selectedIconPath": "static/tabs/首页2@2x.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/addressBook/addressBook",
|
|
"iconPath": "/static/tabs/my2_icon@2x.png",
|
|
"selectedIconPath": "static/tabs/my2_icon@2x.png",
|
|
"text": "通讯录"
|
|
},
|
|
{
|
|
"pagePath": "pages/mypage/mypage",
|
|
"iconPath": "/static/images/my1.png",
|
|
"selectedIconPath": "static/images/my.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"backgroundColorTop": "transparent",
|
|
"navigationStyle": "custom",
|
|
"app-plus": {
|
|
"background": "#efeff4"
|
|
}
|
|
},
|
|
"subPackages":[{
|
|
"root": "subpkg",
|
|
"pages": [{
|
|
"path": "rainDetail/rainDetail"
|
|
}]
|
|
}],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"backgroundColorTop":"transparent",
|
|
"navigationStyle": "custom",
|
|
"app-plus": {
|
|
"background": "#efeff4"
|
|
}
|
|
}
|
|
}
|