1 Star 0 Fork 0

岁月别催,我在努力./jg-steel-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.79 KB
一键复制 编辑 原始数据 按行查看 历史
岁月别催,我在努力. 提交于 2024-07-27 13:33 . fix: 初始化
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
},{
"path": "pages/readCardByNfc/readCardByNfc",
"style": {
"navigationBarTitleText": "判级",
"enablePullDownRefresh": false
}
}, {
"path": "pages/myInfo/myInfo",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
}, {
"path": "pages/ReceipList/ReceipList",
"style": {
"navigationBarTitleText": "收货单",
"enablePullDownRefresh": false
}
}, {
"path": "pages/readCardByNfc/payByCard",
"style": {
"navigationBarTitleText": "刷卡",
"enablePullDownRefresh": false
}
},{
"path": "pages/myInfo/editPasswd",
"style": {
"navigationBarTitleText": "修改密码",
"enablePullDownRefresh": false
}
},{
"path": "pages/ReceipList/ScrapEvaluation",
"style": {
"navigationBarTitleText": "废钢评定",
"enablePullDownRefresh": false
}
},{
"path": "pages/ReceipList/PhotoList",
"style": {
"navigationBarTitleText": "照片列表",
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/readCardByNfc/readCardByNfc",
"text": "判级"
}, {
"pagePath": "pages/ReceipList/ReceipList",
"text": "收货单"
}, {
"pagePath": "pages/myInfo/myInfo",
"text": "我的"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaoan2017/jg-steel-app.git
git@gitee.com:xiaoan2017/jg-steel-app.git
xiaoan2017
jg-steel-app
jg-steel-app
master

搜索帮助