代码拉取完成,页面将自动刷新
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "登录",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/list/list",
"style" :
{
"navigationBarTitleText": "搜索列表",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/user/user",
"style" :
{
"navigationBarTitleText": "个人中心",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/detail/detail",
"style" :
{
"navigationBarTitleText": "",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/share/share",
"style" :
{
"navigationBarTitleText": "分享",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/share/addGoods",
"style" :
{
"navigationBarTitleText": "发起寄售",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/list/sale_list",
"style" :
{
"navigationBarTitleText": "寄售列表",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/list/star_list",
"style" :
{
"navigationBarTitleText": "我的收藏",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/order/order",
"style" :
{
"navigationBarTitleText": "我的订单",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/order/order_detail",
"style" :
{
"navigationBarTitleText": "我的订单",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/user/address",
"style" :
{
"navigationBarTitleText": "收货地址",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/user/edit-address",
"style" :
{
"navigationBarTitleText": "收货地址",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/order/order-submit",
"style" :
{
"navigationBarTitleText": "提交订单",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/login/register",
"style" :
{
"navigationBarTitleText": "注册",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/user/user-option/user-option",
"style" :
{
"navigationBarTitleText": "设置",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#5ca45b",
"backgroundColor": "#EFEFEF"
},
"uniIdRouter": {},
"tabBar": {
"color": "#444444",
"selectedColor": "#5ca45b",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/icon/hone-no.png",
"selectedIconPath": "static/icon/home.png",
"text": "首页"
},
{
"pagePath": "pages/share/share",
"iconPath": "static/icon/list-no.png",
"selectedIconPath": "static/icon/list.png",
"text": "分享"
},
{
"pagePath": "pages/user/user",
"iconPath": "static/icon/user-no.png",
"selectedIconPath": "static/icon/user-s.png",
"text": "我的"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。