加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.66 KB
一键复制 编辑 原始数据 按行查看 历史
kyogoshin 提交于 2020-07-02 17:47 . 亲戚关系
{
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "计算器"
}
},
{
"path": "pages/relationship/index",
"style": {
"navigationBarTitleText": "亲戚关系"
}
},
// {
// "path": "pages/relationship/relationship",
// "style": {
// "navigationBarTitleText": "算关系"
// }
// },
// {
// "path": "pages/relationship/title",
// "style": {
// "navigationBarTitleText": "算称谓"
// }
// },
{
"path": "pages/profile/index",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/withdraw/wihdrawRecord",
"style": {
"navigationBarTitleText": "提现记录"
}
},
{
"path": "pages/withdraw/withdraw",
"style": {
"navigationBarTitleText": "发起提现"
}
},
{
"path": "pages/bmi/bmiCalculator",
"style": {
"navigationBarTitleText": "BMI计算"
}
},
{
"path": "pages/bmi/landingPage",
"style": {
"navigationBarTitleText": "BMI计算"
}
},
{
"path": "pages/wage/index",
"style": {
"navigationBarTitleText": "工资计算"
}
},
{
"path": "pages/wage/detail",
"style": {
"navigationBarTitleText": "工资计算结果"
}
},
{
"path": "pages/wage/showTips",
"style": {
"navigationBarTitleText": "五险一金比例说明"
}
},
{
"path": "pages/house_loan/index",
"style": {
"navigationBarTitleText": "房贷计算"
}
},
{
"path": "pages/house_loan/detail",
"style": {
"navigationBarTitleText": "房贷计算结果"
}
},
{
"path": "pages/withdraw/updateAccount",
"style": {
"navigationBarTitleText": "保存提现账户"
}
},
{
"path": "pages/withdraw/wihdrawRecord",
"style": {
"navigationBarTitleText": "提现记录"
}
},
{
"path": "pages/relationship/help",
"style": {
"navigationBarTitleText": "帮助"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"borderStyle": "black",
"backgroundColor": "#fff",
"color": "#333",
"selectedColor": "#1AAD19",
"list": [{
"selectedIconPath": "/static/img/calculator_selected.png",
"iconPath": "/static/img/calculator_unselected.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"selectedIconPath": "/static/img/profile_red.png",
"iconPath": "/static/img/profile_black.png",
"pagePath": "pages/profile/index",
"text": "我的"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化