代码拉取完成,页面将自动刷新
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "主页"
}
},
{
"path": "pages/recharge/recharge",
"style": {
"navigationBarTitleText": "充值"
}
},
{
"path": "pages/personal/personal",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
},
{
"path": "pages/binding/binding",
"style": {
"navigationBarTitleText": "绑定",
"enablePullDownRefresh": false
}
},
{
"path": "pages/binding/register",
"style": {
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false
}
},{
"path" : "pages/agreement/agreement",
"style" : {
"navigationBarTitleText": "用户协议",
"enablePullDownRefresh": false
}
},{
"path" : "pages/agreement/privacy",
"style" : {
"navigationBarTitleText": "隐私政策",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/personal/orderList",
"style" :
{
"navigationBarTitleText": "消费记录",
"enablePullDownRefresh": false
}
},{
"path" : "pages/personal/rechargeList",
"style" :
{
"navigationBarTitleText": "充值记录",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/personal/myInfo",
"style" :
{
"navigationBarTitleText": "个人资料",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/personal/payArrears",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "test", //模式名称
"path": "pages/index/index" //启动页面,必选
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"height": "50px",
"fontSize": "10px",
"iconWidth": "24px",
"spacing": "3px",
"iconfontSrc": "/static/fonts/ali/font_.ttf",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/image/icon/index.png",
"selectedIconPath": "static/image/icon/index.png",
"text": "主页",
"iconfont": {
"text": "\ue102",
"selectedText": "\ue103",
"fontSize": "17px",
"color": "#000000",
"selectedColor": "#0000ff"
}
}, {
"pagePath": "pages/recharge/recharge",
"iconPath": "static/image/icon/recharge.png",
"selectedIconPath": "static/image/icon/recharge.png",
"text": "充值"
}, {
"pagePath": "pages/personal/personal",
"iconPath": "static/image/icon/personal.png",
"selectedIconPath": "static/image/icon/personal.png",
"text": "我的"
}],
"midButton": {
"width": "80px",
"height": "50px",
"text": "文字",
"iconPath": "static/image/midButton_iconPath.png",
"iconWidth": "24px",
"backgroundImage": "static/image/midButton_backgroundImage.png"
}
},
"uniIdRouter": {}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。