1 Star 0 Fork 0

岳栋华/nuc-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
岳栋华 提交于 2024-09-09 16:33 . 修改了XXX
{
"pages": [
{
// 只有定义在pages里边的文件我们才能访问
// pages中的第一个对象就是首页
"path": "pages/leave/index",
"style": {
"navigationBarTitleText": "请假申请",
"navigationBarBackgroundColor": "#2264FF",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/pingzheng/pingzheng",
"style": {
"navigationBarTitleText": "入园凭证",
"navigationBarBackgroundColor": "#2264FF",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path" : "pages/leave/apply",
"style" :
{
"navigationBarTitleText" : "请假申请",
"navigationBarBackgroundColor": "#2264FF",
"navigationBarTextStyle": "white"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"height": "50px",
"fontSize": "10px",
"iconWidth": "24px",
"spacing": "3px",
"iconfontSrc": "static/customicons.ttf", // app tabbar 字体.ttf文件路径 app 3.4.4+
"list": [{
"pagePath": "pages/leave/index",
"iconPath": "static/qj2.png",
"selectedIconPath": "static/qj1.png",
"text": "请假申请"
}, {
"pagePath": "pages/index/index",
"iconPath": "static/jl2.png",
"selectedIconPath": "static/jl1.png",
"text": "请假记录"
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yuedonghua/nuc-demo.git
git@gitee.com:yuedonghua/nuc-demo.git
yuedonghua
nuc-demo
nuc-demo
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385