SmartBeehive/pages.json

377 lines
7.8 KiB
JSON
Raw Normal View History

2024-01-23 19:15:52 +08:00
{
2023-12-05 16:45:28 +08:00
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
2024-03-25 19:46:07 +08:00
"lazyCodeLoading": "requiredComponents",
2024-01-23 19:15:52 +08:00
"pages": [{
2023-11-27 09:57:03 +08:00
"path": "pages/index/index",
"style": {
2024-01-24 11:55:35 +08:00
"navigationBarTitleText": "我的",
2024-05-21 18:01:46 +08:00
"enablePullDownRefresh": true,
2024-01-24 11:55:35 +08:00
"navigationBarBackgroundColor": "#3996FD",
2024-06-11 18:02:55 +08:00
// "navigationBarTextStyle": "black",
2023-12-05 16:45:28 +08:00
"navigationStyle": "custom"
}
},
{
2024-06-11 18:02:55 +08:00
"path": "pages/map",
2024-03-25 19:46:07 +08:00
"style": {
2024-01-27 16:37:52 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
2024-10-10 17:03:59 +08:00
{
"path" : "pages/index",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},{
"path" : "pages/renyang",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
2024-06-11 18:02:55 +08:00
// 蜂箱
2024-01-27 16:37:52 +08:00
{
2024-06-11 18:02:55 +08:00
"path": "pages/Beehive",
2024-03-25 19:46:07 +08:00
"style": {
2024-01-27 16:37:52 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
2024-07-08 18:16:58 +08:00
2024-06-11 18:02:55 +08:00
// 蜂场
2024-01-27 16:37:52 +08:00
{
2024-06-11 18:02:55 +08:00
"path": "pages/Apiary",
2024-03-25 19:46:07 +08:00
"style": {
2024-01-27 16:37:52 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
2024-06-11 18:02:55 +08:00
"path": "pages/my",
2024-03-25 19:46:07 +08:00
"style": {
2024-01-27 16:37:52 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
2024-03-13 10:54:22 +08:00
{
2024-06-11 18:02:55 +08:00
"path": "pages/login/login",
2024-03-25 19:46:07 +08:00
"style": {
2024-03-13 10:54:22 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-11-13 18:01:04 +08:00
},{
"path": "pages/login/logoyzm",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-03-13 10:54:22 +08:00
},
{
2024-06-21 18:04:01 +08:00
"path": "pages/Apiary/AddApiary",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
2024-07-04 18:02:46 +08:00
},{
"path": "pages/Apiary/addrizhi",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
2024-06-21 18:04:01 +08:00
},
{
"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": {
2024-07-03 18:03:01 +08:00
"navigationBarTitleText": "",
2024-06-11 18:02:55 +08:00
"navigationStyle": "custom",
2024-06-21 18:04:01 +08:00
"enablePullDownRefresh": false
2024-03-13 10:54:22 +08:00
}
2024-06-14 18:00:24 +08:00
},
{
2024-06-21 18:04:01 +08:00
"path" : "pages/Apiary/Apiary_vadio/Apiary_vadio",
2024-07-05 20:00:41 +08:00
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": false
2024-06-14 18:00:24 +08:00
}
2024-07-03 18:03:01 +08:00
},
{
"path" : "pages/Apiary/Apiary_edit/Apiary_edit",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
2023-11-27 09:57:03 +08:00
}
2024-03-25 19:46:07 +08:00
2024-01-23 19:15:52 +08:00
2023-11-27 09:57:03 +08:00
],
2024-06-21 18:04:01 +08:00
"subPackages": [{
2024-04-27 17:20:50 +08:00
"root": "page_user",
"pages": [{
"path": "upload",
"style": {
"navigationBarTitleText": "上传",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-06-21 18:04:01 +08:00
},
{
"path" : "user_set",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-10-26 10:50:08 +08:00
},{
"path" : "luru",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-10-28 18:00:49 +08:00
},{
"path" : "luruone",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},{
"path" : "lurutwo",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-07-03 18:03:01 +08:00
},
{
"path" : "about",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-07-12 18:14:24 +08:00
},
{
"path" : "fengchangxq",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-04-27 17:20:50 +08:00
}
// 其他 userpages 目录下的页面...
]
2024-06-21 18:04:01 +08:00
},
2024-07-05 14:08:25 +08:00
{
"root": "page_adoptBee",
"pages": [
{
"path" : "adoptIndex",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-10-10 17:03:59 +08:00
},{
"path" : "adopxq",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-07-05 14:08:25 +08:00
}
// 其他 userpages 目录下的页面...
]
},
2024-06-21 18:04:01 +08:00
{
"root": "page_Beehive", // 分包A的根目录
"pages": [{
"path": "add_Beehive",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "Beehive_detail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-07-08 18:16:58 +08:00
}, {
"path" : "Beehive_ec",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-06-21 18:04:01 +08:00
},
{
"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的其他页面
]
2024-04-27 17:20:50 +08:00
}
],
2024-01-24 11:55:35 +08:00
"tabBar": {
"custom": true,
2024-06-21 18:04:01 +08:00
2024-01-24 11:55:35 +08:00
"list": [{
2024-06-11 18:02:55 +08:00
// "selectedIconPath": "/static/tabbar/home-active.png",
// "iconPath": "/static/tabbar/home.png",
2024-01-24 11:55:35 +08:00
"pagePath": "pages/index/index",
"text": "首页"
},
{
2024-06-11 18:02:55 +08:00
// "selectedIconPath": "/static/tabbar/tj-active.png",
// "iconPath": "/static/tabbar/tj.png",
"pagePath": "pages/Apiary",
"text": "统计"
2024-06-21 18:04:01 +08:00
},
2024-06-11 18:02:55 +08:00
{
// "selectedIconPath": "/static/tabbar/tj-active.png",
// "iconPath": "/static/tabbar/tj.png",
"pagePath": "pages/Beehive",
2024-01-24 11:55:35 +08:00
"text": "统计"
2024-06-11 18:02:55 +08:00
},
{
// "selectedIconPath": "/static/tabbar/tj-active.png",
// "iconPath": "/static/tabbar/tj.png",
"pagePath": "pages/map",
"text": "统计"
},
2024-10-10 17:03:59 +08:00
{
2024-06-11 18:02:55 +08:00
// "selectedIconPath": "/static/tabbar/my-active.png",
// "iconPath": "/static/tabbar/my.png",
2024-01-24 11:55:35 +08:00
"pagePath": "pages/my",
"text": "我的"
2024-10-10 17:03:59 +08:00
},
{
// "selectedIconPath": "/static/tabbar/my-active.png",
// "iconPath": "/static/tabbar/my.png",
"pagePath": "pages/index",
"text": ""
},
{
// "selectedIconPath": "/static/tabbar/my-active.png",
// "iconPath": "/static/tabbar/my.png",
"pagePath": "pages/renyang",
"text": ""
2024-01-24 11:55:35 +08:00
}
]
},
2023-11-27 09:57:03 +08:00
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
2023-12-05 16:45:28 +08:00
2023-12-06 16:56:25 +08:00
2024-01-23 19:15:52 +08:00
}