suta/pages.json

237 lines
5.2 KiB
JSON
Raw Normal View History

2024-05-11 10:06:09 +08:00
{
"usingComponents": {
"van-button": "@vant/weapp/button/index"
},
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
// 页面配置
"navigationBarTitleText": "苏他AI智慧蜂箱" // 页面名称
}
},
{
"path": "pages/login/index",
"style": {
// 页面配置
"navigationStyle":"custom"
}
},
{
"path": "pages/fengchang/index",
"style": {
// 页面配置
"navigationBarTitleText": "蜂场" // 页面名称
}
},
{
"path": "pages/wode/index",
"style": {
// 页面配置
"navigationBarTitleText": "我的" // 页面名称
}
},
{
"path": "pages/fengxiang/index",
"style": {
// 页面配置
"navigationBarTitleText": "蜂箱" ,// 页面名称
"enablePullDownRefresh": true
}
},
{
"path": "pages/ditu/index",
"style": {
// 页面配置
"navigationBarTitleText": "地图" // 页面名称
}
},
{
"path": "pages/shezhi/index",
"style": {
// 页面配置
"navigationBarTitleText": "设置" // 页面名称
}
},
{
"path": "pages/echartszhu/index", //柱状图
"style": {
// 页面配置
"navigationBarTitleText": "近7天出勤变化"
}
},
{
"path": "pages/echartszhe/index", //折线图
"style": {
// 页面配置
"navigationBarTitleText": "近7天重量变化"
}
}
],
"subPackages":[
{
"root": "pagesIndex",
"pages": [
]
},
{
"root": "pagesFengXiang",
"pages": [
{
"path": "pages/addfengxiang/index",
"style": {
// 页面配置
"navigationBarTitleText": "添加蜂箱" // 页面名称
}
},
{
"path": "pages/index",
"style": {
// 页面配置
"navigationBarTitleText": "蜂箱预警" // 页面名称
}
},
{
"path": "pages/fengxiang-yujin/index",
"style": {
// 页面配置
"navigationBarTitleText": "蜂箱预警" // 页面名称
}
},
{
"path": "pages/fengxiangDetail/index",
"style": {
// 页面配置
"navigationBarTitleText": "蜂箱详情" // 页面名称
}
},
{
"path": "pages/fengxiangDetailtwo/index",
"style": {
// 页面配置
"navigationBarTitleText": "蜂箱详情", // 页面名称
"navigationStyle": "custom" // 关闭默认导航栏
}
}
]
},
{
"root": "pagesFengChang",
"pages": [
{
"path": "addfengchang/index",
"style": {
// 页面配置
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#4473f6",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "components/map",
"style": {
// 页面配置
"navigationBarTitleText": "地图选点" // 页面名称
}
}
]
},
{
"root": "pagesWode",
"pages": [
{
"path": "wode-personal/idnex",
"style": {
// 页面配置
"navigationBarTitleText": "个人资料"
}
},
{
"path": "wode-shouhuo/index",
"style": {
// 页面配置
"navigationBarTitleText": "收货地址"
}
},
{
"path": "wode-xieyi/index",
"style": {
// 页面配置
"navigationBarTitleText": "用户协议"
}
},
{
"path": "wode-zhengce/index",
"style": {
// 页面配置
"navigationBarTitleText": "隐私政策"
}
}
]
}
],
"tabBar": {
"color": "#888888",
"selectedColor": "#23693f", // 颜色
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/首页1.png", // 未选中图标
"selectedIconPath": "static/首页.png", // 选中图标
"text": "首页" // text
},
{
"pagePath": "pages/fengchang/index",
"iconPath": "static/蜂场1.png", // 未选中图标
"selectedIconPath": "static/蜂场.png", // 选中图标
"text": "蜂场" // text
},
{
"pagePath": "pages/fengxiang/index",
"iconPath": "static/蜂箱1.png", // 未选中图标
"selectedIconPath": "static/蜂箱.png", // 选中图标
"text": "蜂箱" // text
},
{
"pagePath": "pages/ditu/index",
"iconPath": "static/地图1.png", // 未选中图标
"selectedIconPath": "static/地图.png", // 选中图标
"text": "地图" // text
},
{
"pagePath": "pages/wode/index",
"iconPath": "static/我的1.png", // 未选中图标
"selectedIconPath": "static/我的.png", // 选中图标
"text": "我的" // text
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "苏他AI智慧蜂箱", // 全局配置
"navigationBarBackgroundColor": "#F8F8F8", // 颜色
"backgroundColor": "#F8F8F8"
},
"app-plus": {
"softinputMode": "adjustResize"
}
}