4 Star 0 Fork 1

oreomaker/miniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [
"pages/home/index",
"pages/me/index",
"pages/devicedata/index",
"pages/device/index",
"pages/info/index"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"tabBar": {
"custom": true,
"list": [
{
"pagePath": "pages/devicedata/index",
"iconPath": "/images/water.png",
"selectedIconPath": "/images/water_selected.png",
"text": "水质检测"
},
{
"pagePath": "pages/device/index",
"iconPath": "/images/device.png",
"selectedIconPath": "/images/device_selected.png",
"text": "仪器情况"
},
{
"pagePath": "pages/home/index",
"iconPath": "/images/home.png",
"selectedIconPath": "/images/home_selected.png",
"text": "首页"
},
{
"pagePath": "pages/info/index",
"iconPath": "/images/info.png",
"selectedIconPath": "/images/info_selected.png",
"text": "数据预测"
},
{
"pagePath": "pages/me/index",
"iconPath": "/images/user.png",
"selectedIconPath": "/images/user_selected.png",
"text": "我的"
}
],
"color": "#000",
"selectedColor": "082567"
},
"window": {
"navigationBarBackgroundColor": "#578cc9",
"navigationBarTextStyle": "white",
"backgroundColor": "#DCDCDC",
"backgroundTextStyle": "dark",
"enablePullDownRefresh": true
},
"subPackages": [
{
"root": "subpages",
"name": "subpages",
"pages": [
"pages/aboutus/index",
"pages/login/index",
"pages/cell/index",
"pages/electrode/index",
"pages/evolumn/index",
"pages/feeding/index",
"pages/remote/index",
"pages/analysis/index",
"pages/binddevice/index",
"pages/plan/index",
"pages/plan/add/index",
"pages/report/index",
"pages/report/add/index",
"pages/user/index",
"pages/user/add/index",
"pages/user/addgu/index",
"pages/user/permission/index"
]
}
],
"resolveAlias": {
"@/*": "/*"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/oreomaker/miniapp.git
[email protected]:oreomaker/miniapp.git
oreomaker
miniapp
miniapp
master

搜索帮助