168 lines
5.4 KiB
JSON
168 lines
5.4 KiB
JSON
{
|
||
"easycom": {
|
||
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
||
},
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "隆昌农业大数据监控平台"
|
||
}
|
||
}
|
||
,{
|
||
"path" : "pages/login/login",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/user/user",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "个人中心",
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/user/password-edit",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "修改密码",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/system/role",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "角色管理",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/index/meteorological",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "气象监测",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/index/monitor",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "智能监控",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/index/soil-monitoring",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "土壤监控",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/index/water-quality",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "水质监控",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/system/account",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "账号管理",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/system/log",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "系统日志",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/system/links",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "友情链接",
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/device/warning",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "警报明细",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/device/index",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "设备管理",
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/index/insect-monitors",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "昆虫性诱监测",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "white",
|
||
"navigationBarTitleText": "隆昌农业大数据监控平台",
|
||
"navigationBarBackgroundColor": "#2a7dc9",
|
||
"backgroundColor": "#2a7dc9"
|
||
},
|
||
"tabBar": {
|
||
"color": "#6c6b6b",
|
||
"selectedColor": "#1296db",
|
||
"borderStyle": "black",
|
||
"backgroundColor": "#ffffff",
|
||
"list": [{
|
||
"pagePath": "pages/index/index",
|
||
"iconPath": "static/tab/tab_home.png",
|
||
"selectedIconPath": "static/tab/tab_home_h.png",
|
||
"text": "工作台"
|
||
},
|
||
{
|
||
"pagePath": "pages/user/user",
|
||
"iconPath": "static/tab/tab_user.png",
|
||
"selectedIconPath": "static/tab/tab_user_h.png",
|
||
"text": "我的"
|
||
}
|
||
]
|
||
}
|
||
}
|