2 Star 0 Fork 0

milk/goose-minProgram

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.31 KB
一键复制 编辑 原始数据 按行查看 历史
milk 提交于 2025-03-12 11:03 +08:00 . feat(healthy、disinfect):健康信息\消毒数据
{
// 添加uni-ui的配置
"easycom": {
"autoscan": true,
"custom": {
// uni-ui 规则如下配置
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
}
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText" : "种鹅选育小程序"
}
},
{
"path": "pages/envir/envir",
"style": {
"navigationBarTitleText": "鹅舍环境"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "种鹅选育小程序"
}
},
{
"path" : "pages/my/my",
"style" :
{
"navigationBarTitleText" : "我的"
}
},
{
"path" : "pages/recode/recode",
"style" :
{
"navigationBarTitleText" : "数据"
}
},
{
"path" : "pages/code/code",
"style" :
{
"navigationBarTitleText" : "打卡"
}
},
{
"path" : "pages/scan/scan",
"style" :
{
"navigationBarTitleText" : "扫一扫"
}
},
{
"path" : "pages/report/report",
"style" :
{
"navigationBarTitleText" : "每日数据上报"
}
},
{
"path" : "pages/disinfect/disinfect",
"style" :
{
"navigationBarTitleText" : "消毒数据"
}
},
{
"path" : "pages/worker/worker",
"style" :
{
"navigationBarTitleText" : "个人资料"
}
},
{
"path" : "pages/clock/clock",
"style" :
{
"navigationBarTitleText" : "每月打卡"
}
},
{
"path" : "pages/vacation/vacation",
"style" :
{
"navigationBarTitleText" : "请假信息"
}
},
{
"path" : "pages/wages/wages",
"style" :
{
"navigationBarTitleText" : "工资发放"
}
},
{
"path" : "pages/hatch/hatch",
"style" :
{
"navigationBarTitleText" : "孵化数据"
}
},
{
"path" : "pages/goose/goose",
"style" :
{
"navigationBarTitleText" : "种鹅信息"
}
},
{
"path" : "pages/selecting/selecting",
"style" :
{
"navigationBarTitleText" : "选育数据"
}
},
{
"path" : "pages/password/password",
"style" :
{
"navigationBarTitleText" : "修改密码"
}
},
{
"path" : "pages/healthy/healthy",
"style" :
{
"navigationBarTitleText" : "健康数据"
}
},
{
"path" : "pages/device/device",
"style" :
{
"navigationBarTitleText" : "设备信息"
}
},
{
"path" : "pages/warn/warn",
"style" :
{
"navigationBarTitleText" : "预警信息"
}
}
],
"tabBar": {
"color": "#666666",
"selectedColor": "#3E8BF8",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabs/home.png",
"selectedIconPath": "static/tabs/home_select.png",
"text": "首页"
}, {
"pagePath": "pages/recode/recode",
"iconPath": "static/tabs/classify.png",
"selectedIconPath": "static/tabs/classify_select.png",
"text": "记录"
},
{
"pagePath": "pages/my/my",
"iconPath": "static/tabs/me.png",
"selectedIconPath": "static/tabs/me_select.png",
"text": "我的"
}]
},
//设置全局样式
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#80b7f9",
"backgroundColor": "#f7f7f7"
},
"uniIdRouter": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tanzero/goose-min-program.git
git@gitee.com:tanzero/goose-min-program.git
tanzero
goose-min-program
goose-minProgram
master

搜索帮助