代码拉取完成,页面将自动刷新
同步操作将从 小马总/省钱兄同城跑腿源码(小程序+APP+H5)uniapp前端源码 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "码兄跑腿",
// #ifdef h5
"navigationStyle": "custom",
// #endif
"app-plus": {
"titleNView": true
}
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示" // 高速公路行驶持续后台定位
}
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "我的订单",
// #ifdef h5
"navigationStyle": "custom",
// #endif
"app-plus": {
"titleNView": true
}
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "我的",
// #ifdef h5
"navigationStyle": "custom",
// #endif
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": true
}
}
},
{
"path": "pages/takeaddress/takeaddress",
"style": {
"navigationBarTitleText": "填写地址",
"enablePullDownRefresh": false
}
},
{
"path": "pages/closeaddress/closeaddress",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
}
},
{
"path": "pages/Helpsend/Helpsend"
},
{
"path": "pages/index/webView",
"style": {
"navigationBarTitleText": "网页",
"enablePullDownRefresh": false
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false
}
},
{
"path": "pages/order/orderDetail/detail",
"style": {
"navigationBarTitleText": "订单详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/my/register",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
},
{
"path": "pages/my/passlogin",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
},
{
"path": "pages/order/comments/comments",
"style": {
"navigationBarTitleText": "用户评价",
"enablePullDownRefresh": false
}
},
{
"path": "pages/order/complaint/complaint",
"style": {
"navigationBarTitleText": "投诉",
"enablePullDownRefresh": false
}
},
{
"path": "pages/my/userphone/userphone",
"style": {
"navigationBarTitleText": "用户修改",
"enablePullDownRefresh": false
}
},
{
"path": "pages/my/set/set",
"style": {
"navigationBarTitleText": "我的设置",
"enablePullDownRefresh": false
}
},
{
"path": "pages/order/pay/pay",
"style": {
"navigationBarTitleText": "订单支付",
"enablePullDownRefresh": false
}
}
],
"subPackages": [{
"root": "pageA",
"pages": [{
"path": "applogin/userphone",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},{
"path": "address/Endaddress",
"style": {
"navigationBarTitleText": "地址管理",
"enablePullDownRefresh": false
}
},
{
"path": "address/address",
"style": {
"navigationBarTitleText": "地址管理",
"enablePullDownRefresh": false
}
},
{
"path": "xieyi/xieyi",
"style": {
"navigationBarTitleText": "用户协议",
"enablePullDownRefresh": false
}
},
{
"path": "xieyi/baojia",
"style": {
"navigationBarTitleText": "保价协议",
"enablePullDownRefresh": false
}
},
{
"path": "mimi/mimi",
"style": {
"navigationBarTitleText": "隐私政策",
"enablePullDownRefresh": false
}
},
{
"path": "kefu/kefu",
"style": {
"navigationBarTitleText": "联系客服",
"enablePullDownRefresh": false
}
},
{
"path": "userXieyi/jifeiXieyi",
"style": {
"navigationBarTitleText": "计费规则",
"enablePullDownRefresh": false
}
},
{
"path": "userXieyi/userXieyi",
"style": {
"navigationBarTitleText": "跑腿代购服务协议",
"enablePullDownRefresh": false
}
},{
"path": "userXieyi/trainingList",
"style": {
"navigationBarTitleText": "用户指南",
"enablePullDownRefresh": false
}
},{
"path": "userXieyi/trainingCenter",
"style": {
"navigationBarTitleText": "指南中心",
"enablePullDownRefresh": false
}
}]
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "码兄跑腿",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#FF7F00",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabar/first.png",
"selectedIconPath": "static/tabar/tab_first.png",
"text": "首页"
}, {
"pagePath": "pages/order/order",
"iconPath": "static/tabar/order.png",
"selectedIconPath": "./static/tabar/tab_order.png",
"text": "订单"
}, {
"pagePath": "pages/my/my",
"iconPath": "static/tabar/my.png",
"selectedIconPath": "static/tabar/tab_my.png",
"text": "我的"
}]
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。