代码拉取完成,页面将自动刷新
{
"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": "我的"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。