1 Star 0 Fork 0

GAO/智能农业APP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 4.21 KB
一键复制 编辑 原始数据 按行查看 历史
fkingbug 提交于 2023-12-15 18:12 . 新建仓库,上传备份
{
"easycom": {
"autoscan": true,
"custom": {
"^cm-(.*)": "@/components/$1/index.vue"
},
"^u-(.*)": "@/uni_modules/vk-uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/register/register",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/main/main",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/community/community",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/mine/mine",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/news/news",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/monitor/monitor",
"style": {
"navigationBarTitleText": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/main/agriculturalProduction",
"style": {
"navigationBarTitleText": "custom",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
}
],
"subPackages": [{
"root": "pages_home",
"pages": [{
"path": "massif/massif",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "gather/gather",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "control/control",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "display/display",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "monitoring/monitoring",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "monitoring/details",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
]
},
{
"root": "pages_mine",
"pages": [{
"path": "/account/account",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "/agreement/agreement",
"style": {
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "用户服务协议"
}
},
{
"path": "/policy/policy",
"style": {
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "隐私政策"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#9B9999",
"selectedColor": "#14C171",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/main/main",
"text": "首页",
"iconPath": "static/img/tabbar/home.png",
"selectedIconPath": "static/img/tabbar/home-select.png"
}, {
"pagePath": "pages/community/community",
"text": "供需",
"iconPath": "static/img/tabbar/community.png",
"selectedIconPath": "static/img/tabbar/community-select.png"
}, {
"pagePath": "pages_home/massif/massif",
"text": "监测",
"iconPath": "static/img/tabbar/shishijiance.png",
"selectedIconPath": "static/img/tabbar/shishijiance-select.png"
},
{
"pagePath": "pages/news/news",
"text": "消息",
"iconPath": "static/img/tabbar/news.png",
"selectedIconPath": "static/img/tabbar/news-select.png"
}, {
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "static/img/tabbar/mine.png",
"selectedIconPath": "static/img/tabbar/mine-select.png"
}
]
},
"uniIdRouter": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gao-zhiguan/intelligent-agriculture-app.git
git@gitee.com:gao-zhiguan/intelligent-agriculture-app.git
gao-zhiguan
intelligent-agriculture-app
智能农业APP
master

搜索帮助