3 Star 2 Fork 0

席晓明/bill-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.84 KB
一键复制 编辑 原始数据 按行查看 历史
dots-xxm 提交于 2021-01-15 16:16 . 初次提交
{
"pages": [{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "沐沐记账",
"enablePullDownRefresh": true,
"backgroundTextStyle": "dark"
}
}, {
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "我的"
}
}, {
"path": "pages/bills/bills",
"style": {
"navigationBarTitleText": "分析",
"enablePullDownRefresh": true,
"backgroundTextStyle": "dark"
}
}, {
"path": "pages/bills/billDetail",
"style": {
"navigationBarTitleText": "分析",
"backgroundColor": "#FFFFFF"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"backgroundColor": "#FFFFFF"
}
},
{
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "注册",
"backgroundColor": "#FFFFFF"
}
},
{
"path": "pages/login/reset",
"style": {
"navigationBarTitleText": "重置密码",
"backgroundColor": "#FFFFFF"
}
}, {
"path": "pages/demo/demo",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#8ec756",
"backgroundColor": "#f2f2f2"
},
"tabBar": {
"color": "#808080",
"selectedColor": "#8ec756",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/home/home",
"iconPath": "static/images/home.png",
"selectedIconPath": "static/images/home-HL.png",
"text": "首页"
}, {
"pagePath": "pages/bills/bills",
"iconPath": "static/images/bill42.png",
"selectedIconPath": "static/images/bill42-HL.png",
"text": "分析"
}, {
"pagePath": "pages/my/my",
"iconPath": "static/images/my.png",
"selectedIconPath": "static/images/my-HL.png",
"text": "我的"
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/xixiaoming/bill-uniapp.git
git@gitee.com:xixiaoming/bill-uniapp.git
xixiaoming
bill-uniapp
bill-uniapp
master

搜索帮助