SmartBeehive/pages.json
2024-07-05 14:08:25 +08:00

291 lines
5.9 KiB
JSON

{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"lazyCodeLoading": "requiredComponents",
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#3996FD",
// "navigationBarTextStyle": "black",
"navigationStyle": "custom"
}
},
{
"path": "pages/map",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
// 蜂箱
{
"path": "pages/Beehive",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
// 蜂场
{
"path": "pages/Apiary",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/my",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/Apiary/AddApiary",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},{
"path": "pages/Apiary/addrizhi",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/Apiary/Apiary_detail",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/Apiary/workr_detail",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/Apiary/Apiary_log",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/Apiary/chos_Apiary",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/Apiary/addVadio",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/Apiary/early_Set ",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/Apiary/Apiary_vadio/Apiary_vadio",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/Apiary/Apiary_edit/Apiary_edit",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
],
"subPackages": [{
"root": "page_user",
"pages": [{
"path": "upload",
"style": {
"navigationBarTitleText": "上传",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "user_set",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "about",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
// 其他 userpages 目录下的页面...
]
},
{
"root": "page_adoptBee",
"pages": [
{
"path" : "adoptIndex",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
// 其他 userpages 目录下的页面...
]
},
{
"root": "page_Beehive", // 分包A的根目录
"pages": [{
"path": "add_Beehive",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "Beehive_detail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "share_Beehive",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
// 蜂箱操作日志
{
"path" : "Beehive_log",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "Beehive_woring",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "choose_Beehive",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
// ... 分包A的其他页面
]
}
],
"tabBar": {
"custom": true,
"list": [{
// "selectedIconPath": "/static/tabbar/home-active.png",
// "iconPath": "/static/tabbar/home.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
// "selectedIconPath": "/static/tabbar/tj-active.png",
// "iconPath": "/static/tabbar/tj.png",
"pagePath": "pages/Apiary",
"text": "统计"
},
{
// "selectedIconPath": "/static/tabbar/tj-active.png",
// "iconPath": "/static/tabbar/tj.png",
"pagePath": "pages/Beehive",
"text": "统计"
},
{
// "selectedIconPath": "/static/tabbar/tj-active.png",
// "iconPath": "/static/tabbar/tj.png",
"pagePath": "pages/map",
"text": "统计"
},
{
// "selectedIconPath": "/static/tabbar/my-active.png",
// "iconPath": "/static/tabbar/my.png",
"pagePath": "pages/my",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}