代码拉取完成,页面将自动刷新
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/tabBar/home",
"style": {
"navigationBarTextStyle":"black",
"enablePullDownRefresh": true,
"onReachBottomDistance":50,
"app-plus": {
"titleNView": false ,//禁用原生导航栏
"softinputNavBar":"none"
}
}
},
{
"path": "pages/tabBar/category",
"style": {
"navigationBarTextStyle":"black",
"app-plus": {
"titleNView": false ,//禁用原生导航栏
"bounce":"none"
}
}
},
{
"path": "pages/tabBar/admin",
"style": {
"navigationBarTextStyle":"black",
"app-plus": {
"titleNView": false ,//禁用原生导航栏
"bounce":"none"
}
}
},
{
"path": "pages/tabBar/user",
"style": {
"enablePullDownRefresh": true,
"navigationBarBackgroundColor":"#3E8BC7",
"backgroundColorTop":"#3E8BC7",
"navigationBarTextStyle":"white",
"app-plus": {
"titleNView": false //禁用原生导航栏
}
}
},
{
"path" : "pages/goods/goods-list",
"style" : {
"navigationBarTitleText" : "",
"enablePullDownRefresh": true
}
},
{
"path" : "pages/goods/goods",
"style" : {
"navigationBarTitleText" : "",
"navigationBarBackgroundColor":"#f1f1f1",
"onReachBottomDistance":50,
"h5":{
"titleNView":false
},
"app-plus": {
"titleNView": false ,//禁用原生导航栏
"bounce":"none"
}
}
}
,{
"path" : "pages/order/confirmation",
"style": {
"navigationBarTitleText": "确认订单",
"softinputNavBar":"none"
}
}
,{
"path" : "pages/pay/payment/payment",
"style" : {
"navigationBarBackgroundColor":"#ffffff",
"navigationBarTitleText":"订单支付",
"backgroundColorTop":"#ffffff",
"backgroundColorBottom":"#ffffff"
}
}
,{
"path" : "pages/pay/success/success",
"style" : {
"navigationBarBackgroundColor":"#ffffff",
"navigationBarTitleText":"支付成功",
"backgroundColorTop":"#ffffff",
"backgroundColorBottom":"#ffffff"
}
}
,{
"path" : "pages/search/search",
"style" : {
"enablePullDownRefresh": true,
"navigationBarBackgroundColor":"#ffffff",
"navigationBarTitleText":"搜索",
"backgroundColorTop":"#ffffff",
"backgroundColorBottom":"#ffffff"
}
}
,{
"path" : "pages/map/map",
"style" : {
"enablePullDownRefresh": true,
"navigationBarBackgroundColor":"#ffffff",
"navigationBarTitleText":"地图",
"backgroundColorTop":"#ffffff",
"backgroundColorBottom":"#ffffff"
}
}
,{
"path" : "pages/book/book",
"style" : {
"enablePullDownRefresh": true,
"navigationBarBackgroundColor":"#ffffff",
"navigationBarTitleText":"文章详情",
"backgroundColorTop":"#ffffff",
"backgroundColorBottom":"#ffffff"
}
}
],
"subPackages":[
{
"root": "pagesUser",
"pages": [
{
"path" : "user/order_list/order_list",
"style" : {
"navigationBarTitleText":"我的订单",
"navigationBarBackgroundColor":"#f8f8f8",
"backgroundColorTop":"#f3f3f3",
"backgroundColorBottom":"#ffffff"
}
}
,{
"path" : "user/setting/setting",
"style" : {
"navigationBarBackgroundColor":"#f8f8f8",
"navigationBarTitleText":"我的设置",
"backgroundColorTop":"#ffffff",
"backgroundColorBottom":"#f3f3f3"
}
}
,{
"path" : "user/myQR/myQR",
"style" : {
"navigationBarTitleText":"我的二维码",
"navigationBarBackgroundColor":"#3E8BC7",
"navigationBarTextStyle":"white",
"app-plus":{
"bounce":"none"
}
}
}
,{
"path": "user/cart/cart",
"style" : {
"navigationBarTitleText": "购物车",
"navigationBarBackgroundColor":"#3E8BC7",
"navigationBarTextStyle":"white",
"app-plus":{
"bounce":"none"
}
}
}
,{
"path" : "user/address/address",
"style" : {
"navigationBarBackgroundColor":"#ffffff",
"navigationBarTitleText":"地址管理",
"backgroundColorTop":"#ffffff",
"backgroundColorBottom":"#ffffff"
}
}
,{
"path" : "user/address/edit/edit",
"style" : {
"navigationBarBackgroundColor":"#ffffff",
"navigationBarTitleText":"编辑收件人地址",
"backgroundColorTop":"#ffffff",
"backgroundColorBottom":"#ffffff"
}
}
,{
"path" : "user/deposit/deposit",
"style" : {
"navigationBarBackgroundColor":"#ffffff",
"navigationBarTitleText":"充值",
"backgroundColorTop":"#ffffff",
"backgroundColorBottom":"#ffffff"
}
}
,{
"path" : "msg/msg",
"style" : {
"enablePullDownRefresh": true,
"navigationBarTitleText": "消息列表",
"navigationBarBackgroundColor":"#3E8BC7",
"navigationBarTextStyle":"white"
}
}
,{
"path" : "msg/chat/chat",
"style" : {
"navigationBarBackgroundColor":"#f2f2f2",
"backgroundColorTop":"#e5e5e5",
"backgroundColorBottom":"#e5e5e5",
"app-plus":{
"softinputNavBar":"none",
"bounce":"none"
}
}
}
,{
"path": "login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationBarBackgroundColor":"#3E8BC7",
"navigationBarTextStyle":"white",
"app-plus": {
"bounce": "none" ,//关闭窗口回弹效果
"softinputNavBar":"none"
}
}
}
,{
"path": "login/register",
"style": {
"navigationBarTitleText": "注册账号",
"navigationBarBackgroundColor":"#3E8BC7",
"navigationBarTextStyle":"white",
"app-plus": {
"bounce": "none" ,//关闭窗口回弹效果
"softinputNavBar":"none"
}
}
}
,{
"path": "login/resetpasswd",
"style": {
"navigationBarTitleText": "重置密码",
"navigationBarBackgroundColor":"#3E8BC7",
"navigationBarTextStyle":"white",
"app-plus": {
"bounce": "none" ,//关闭窗口回弹效果
"softinputNavBar":"none"
}
}
}
]}
],
"preloadRule":{
"pages/tabBar/home": {
"network": "all",
"packages": ["pagesUser"]
}
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText" : "",
"navigationBarBackgroundColor" : "#ffffff",
"backgroundColor" : "#ffffff",
"backgroundColorTop":"#ffffff",
"backgroundColorBottom":"#ffffff"
},
"tabBar": {
"color": "#333333",
"selectedColor": "#3E8BC7",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/tabBar/home",
"iconPath": "static/img/tabBar/home.png",
"selectedIconPath": "static/img/tabBar/home-on.png",
"text": "首页"
},
// {
// "pagePath": "pages/tabBar/category",
// "iconPath": "static/img/tabBar/category.png",
// "selectedIconPath": "static/img/tabBar/category-on.png",
// "text": "分类"
// },
{
"pagePath": "pages/tabBar/category",
"iconPath": "static/img/tabBar/cart.png",
"selectedIconPath": "static/img/tabBar/cart-on.png",
"text": "购物"
},
{
"pagePath": "pages/tabBar/admin",
"iconPath": "static/img/tabBar/admin.png",
"selectedIconPath": "static/img/tabBar/admin-on.png",
"text": "菜单"
},
{
"pagePath": "pages/tabBar/user",
"iconPath": "static/img/tabBar/user.png",
"selectedIconPath": "static/img/tabBar/user-on.png",
"text": "我的"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。