代码拉取完成,页面将自动刷新
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/index/index",
"style": {
// #ifdef MP
"navigationBarTitleText": "源码字节",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#F8D55D",
"navigationBarTextStyle": "black" //状态栏字体颜色
// "navigationStyle": "custom",
// #endif
}
},
{
"path": "pages/product/product",
"style": {
"navigationBarTitleText": "源码详情",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black" //状态栏字体颜色
}
}, {
"path": "pages/set/set",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/userinfo/userinfo",
"style": {
"navigationBarTitleText": "修改资料"
}
},
{
"path": "pages/index/search",
"style": {
"navigationBarTitleText": "搜索",
"navigationBarTextStyle": "black" //状态栏字体颜色
}
},
{
"path": "pages/cart/cart",
"style": {
"navigationBarTitleText": "购物车",
"navigationBarBackgroundColor": "#F8D55D",
"navigationBarTextStyle": "black" //状态栏字体颜色
}
}, {
"path": "pages/public/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
}, {
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
}, {
"path": "pages/detail/detail",
"style": {
"navigationBarTitleText": "",
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
}, {
"path": "pages/order/order",
"style": {
// #ifdef MP
"navigationBarTitleText": "我的订单",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F8D55D",
"navigationBarTextStyle": "black"
// "navigationStyle": "custom",
// #endif
}
}, {
"path": "pages/money/money",
"style": {}
}, {
"path": "pages/order/createOrder",
"style": {
"navigationBarTitleText": "创建订单"
}
}, {
"path": "pages/address/address",
"style": {
"navigationBarTitleText": "收货地址"
}
}, {
"path": "pages/address/addressManage",
"style": {
"navigationBarTitleText": ""
}
}, {
"path": "pages/money/pay",
"style": {
"navigationBarTitleText": "支付"
}
},
{
"path": "pages/money/paySuccess",
"style": {
"navigationBarTitleText": "支付成功"
}
}, {
"path": "pages/notice/notice",
"style": {
"navigationBarTitleText": "通知"
}
}, {
"path": "pages/category/category",
"style": {
"navigationBarTitleText": "资源",
"navigationBarBackgroundColor": "#F8D55D",
"navigationBarTextStyle": "black", //状态栏字体颜色
"onReachBottomDistance": 126
// "app-plus": {
// "bounce": "none"
// }
}
}, {
"path": "pages/product/list",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "商品列表"
}
}, {
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "搜索",
"navigationBarBackgroundColor": "#F8D55D",
"navigationBarTextStyle": "black" //状态栏字体颜色
}
}, {
"path": "pages/play/play",
"style": {
"navigationBarTitleText": "好玩中心",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F8D55D",
"navigationBarTextStyle": "black" //状态栏字体颜色
}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
},
{
"path": "pages/mine-resource/mine-resource",
"style": {
// #ifdef MP
"navigationBarTitleText": "我的资源",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F8D55D",
"navigationBarTextStyle": "black" //状态栏字体颜色
// "navigationStyle": "custom",
// #endif
}
}
,{
"path" : "pages/mine-collect/mine-collect",
"style": {
// #ifdef MP
"navigationBarTitleText": "我的收藏",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F8D55D",
"navigationBarTextStyle": "black"
// "navigationStyle": "custom",
// #endif
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#f8f8f8"
},
"tabBar": {
"color": "#C0C4CC",
"selectedColor": "#F8D55D",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tab/home-no-selected.png",
"selectedIconPath": "static/tab/home-selected.png",
"text": "首页"
},
{
"pagePath": "pages/category/category",
"iconPath": "static/tab/cate-no-selected.png",
"selectedIconPath": "static/tab/cate-selected.png",
"text": "资源"
},
{
"pagePath": "pages/play/play",
"iconPath": "static/tab/play-no-selected.png",
"selectedIconPath": "static/tab/play-selected.png",
"text": "好玩"
},
{
"pagePath": "pages/user/user",
"iconPath": "static/tab/mine-no-selected.png",
"selectedIconPath": "static/tab/mine-selected.png",
"text": "我的"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。