代码拉取完成,页面将自动刷新
{
// 如果您是通过uni_modules形式引入uView,可以忽略此配置
"easycom": {
"^u-(.*)": "@/subpackageuni/uview-ui/components/u-$1/u-$1.vue"
},
"lazyCodeLoading": "requiredComponents",
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#EE212D",
"app-plus": {
"scrollIndicator": false //禁用原生导航栏
// #ifdef APP-PLUS
// "titleNView": {
// "type": "default"
// }
// #endif
}
}
},
{
"path": "pages/user/index",
"style": {
"navigationBarTitleText": "个人中心",
// ifdef MP-WEIXIN
"navigationStyle": "custom",
// endif
"enablePullDownRefresh": true,
"onReachBottonDistance": 50,
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
}, {
"path": "pages/recommended/recommended",
"style": {
"navigationBarTitleText": "数据匹配",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#EE212D"
}
}, {
"path": "pages/messages/messages",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white",
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
}, {
"path": "pages/releaseInformation/releaseInformation",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
}
],
"subPackages": [{
"root": "pages/aboutUsers",
"name": "aboutUsers",
"pages": [{
"path": "index",
"style": {
"navigationBarTitleText": "我的推广任务",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "privacy/index",
"style": {
"navigationBarTitleText": "隐私政策",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "aboutUsers/visitor",
"style": {
"navigationBarTitleText": "访客记录",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "aboutUsers/match",
"style": {
"navigationBarTitleText": "匹配",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "propertysList/propertysList",
"style": {
"navigationBarTitleText": "我的物业",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white",
"onReachBottonDistance": 50,
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
}, {
"path": "addContact/addContact",
"style": {
"navigationBarTitleText": "添加联系人",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "contacstList/contacstList",
"style": {
"navigationBarTitleText": "联系人管理",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "userGoldcoin/userGoldcoin",
"style": {
"navigationBarTitleText": "金币充值",
"enablePullDownRefresh": false
}
}, {
"path": "userCollection/userCollection",
"style": {
"navigationBarTitleText": "我的收藏",
"enablePullDownRefresh": true,
"onReachBottonDistance": 50,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "memberCenter/memberCenter",
"style": {
"navigationBarTitleText": "VIP中心",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#080501",
"navigationBarTextStyle": "white"
}
}, {
"path": "userAccount/userAccount",
"style": {
"navigationBarTitleText": "我的账户",
"enablePullDownRefresh": false
}
}, {
"path": "aboutUsers/member",
"style": {
"navigationBarTitleText": "我的推广任务",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "projectsList/projectsList",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white",
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
}, {
"path": "promotionTask/promotionTask",
"style": {
"navigationBarTitleText": "我接取的悬赏",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
// "navigationStyle": "custom"
}
}, {
"path": "aboutUsers/business",
"style": {
"navigationBarTitleText": "我的生意",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white",
"onReachBottonDistance": 50
}
}, {
"path": "aboutUsers/project",
"style": {
"navigationBarTitleText": "我的项目",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "aboutUsers/company",
"style": {
"navigationBarTitleText": "我的企业",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "aboutUsers/fans",
"style": {
"navigationBarTitleText": "我的粉丝",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "aboutUsers/income",
"style": {
"navigationBarTitleText": "提现",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}]
}, {
"root": "pages/details",
"name": "details",
"pages": [{
"path": "shopRent/shopRent",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
},{
"path": "product/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
}, {
"path": "askRent/askRent",
"style": {
"navigationBarTitleText": "求租详情",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "unused/unused",
"style": {
"navigationBarTitleText": "二手详情",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "dataStatisticsList/dataStatisticsList",
"style": {
"navigationBarTitleText": "统计",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "merchantService/merchantService",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
}, {
"path": "brand/brand",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
}, {
"path": "supplyChain/supplyChain",
"style": {
"navigationBarTitleText": "供应链详情",
"enablePullDownRefresh": false,
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
},
{
"path": "askSupply/askSupply",
"style": {
"navigationBarTitleText": "求购供应链详情",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "secondHand/secondHand",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
}, {
"path": "recruitWorkers/recruitWorkers",
"style": {
"navigationBarTitleText": "招工详情",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "jobHunting/jobHunting",
"style": {
"navigationBarTitleText": "求职详情",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "project/project",
"style": {
"navigationBarTitleText": "项目详情",
"enablePullDownRefresh": false,
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
}, {
"path": "enterpriseInfo/enterpriseInfo",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
}, {
"path": "offeraRreward/offeraRreward",
"style": {
"navigationBarTitleText": "悬赏详情",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "merchantInfo/merchantInfo",
"style": {
"navigationBarTitleText": "个人主页",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white",
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
}
]
}, {
"root": "pages/releases",
"name": "releases",
"pages": [{
"path": "index/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
}, {
"path": "subletOfShop/subletOfShop",
"style": {
"navigationBarTitleText": "发布-商铺出租",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "addShopContact/addShopContact",
"style": {
"navigationBarTitleText": "添加联系人",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
},
{
"path": "addBrandContact/addBrandContact",
"style": {
"navigationBarTitleText": "添加联系人",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
},
{
"path": "continueFillin/shopRent",
"style": {
"navigationBarTitleText": "出租-资料完善",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "continueFillin/askRent",
"style": {
"navigationBarTitleText": "求租-资料完善",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "continueFillin/shopSaleC",
"style": {
"navigationBarTitleText": "商铺出售-资料完善",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "continueFillin/landlordInfo",
"style": {
"navigationBarTitleText": "信息完善",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "continueFillin/brandData",
"style": {
"navigationBarTitleText": "资料完善",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "continueFillin/realEstate",
"style": {
"navigationBarTitleText": "房产认证",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "merchantService/merchantService",
"style": {
"navigationBarTitleText": "发布-求职招工",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "brandCorrelation/brandCorrelation",
"style": {
"navigationBarTitleText": "发布-品牌入驻",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "supplyChain/supplyChain",
"style": {
"navigationBarTitleText": "发布-供应链",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "addLiaisons/addLiaisons",
"style": {
"navigationBarTitleText": "添加联络人",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "agentJoin/agentJoin",
"style": {
"navigationBarTitleText": "发布-代理加盟",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "addPoint/addPoint",
"style": {
"navigationBarTitleText": "添加布点",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "unused/unused",
"style": {
"navigationBarTitleText": "发布-二手闲置",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "propertys/propertys",
"style": {
"navigationBarTitleText": "发布物业信息",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "project/project",
"style": {
"navigationBarTitleText": "发布项目",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "offeraRreward/offeraRreward",
"style": {
"navigationBarTitleText": "发布悬赏",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "enterpriseInfo/enterpriseInfo",
"style": {
"navigationBarTitleText": "发布企业信息",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "rentalStores/rentalStores",
"style": {
"navigationBarTitleText": "我的发布",
"enablePullDownRefresh": false,
// "navigationBarBackgroundColor": "#EE212D",
// "navigationBarTextStyle": "white",
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
}, {
"path": "business/business",
"style": {
"navigationBarTitleText": "我的发布-商家服务",
"enablePullDownRefresh": false,
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
}, {
"path": "second-hand/second-hand",
"style": {
"navigationBarTitleText": "我的发布 - 二手",
"enablePullDownRefresh": false,
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
}, {
"path": "brand/brand",
"style": {
"navigationBarTitleText": "我的发布-品牌",
"enablePullDownRefresh": false,
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
},
{
"path": "mySupplyChain/mySupplyChain",
"style": {
"navigationBarTitleText": "我的发布-供应链",
"enablePullDownRefresh": false,
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
},
{
"path": "job/job",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "brandStory/brandStory",
"style": {
"navigationBarTitleText": "发布品牌故事",
"enablePullDownRefresh": false
}
}, {
"path": "expectedEvent/expectedEvent",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
]
}, {
"root": "pages/rentRuts",
"name": "rentRuts",
"pages": []
}, {
"root": "pages/rentNeeds",
"name": "rentNeeds",
"pages": []
}, {
"root": "pages/others",
"name": "others",
"pages": [{
"path": "getCity/getCity",
"style": {
"navigationBarTitleText": "选择城市",
"enablePullDownRefresh": false
// #ifdef MP
// "navigationStyle": "custom"
// #endif
}
}, {
"path": "search/index",
"style": {
"navigationBarTitleText": "搜索",
"enablePullDownRefresh": false
// #ifdef MP
,
"navigationStyle": "custom"
// #endif
}
}, {
"path": "promotionTask/promotionTask",
"style": {
"navigationBarTitleText": "悬赏大厅",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
// #ifdef MP
// "navigationStyle": "custom"
// #endif
}
},{
"path": "job/job",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
// ifdef MP-WEIXIN
,
"navigationStyle": "custom"
// endif
}
}, {
"path": "supplyChainList/supplyChainList",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
// ifdef MP-WEIXIN
,
"navigationStyle": "custom"
// endif
}
}, {
"path": "chooseEnter/chooseEnter",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
// #ifdef MP
,
"navigationStyle": "custom"
// #endif
}
}, {
"path": "unusedList/unusedList",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
}, {
"path": "goodsSearch/goodsSearch",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "feedback/feedback",
"style": {
"navigationBarTitleText": "反馈",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "appLogin/appLogin",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
// #ifdef MP-WEIXIN
,
"navigationStyle": "custom"
// #endif
}
}, {
"path": "mapFinding/mapFinding",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
// "navigationStyle": "custom"
// #ifdef MP-WEIXIN
,
"navigationStyle": "custom"
// #endif
}
}, {
"path": "matchLease/matchLease",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
// #ifdef MP-WEIXIN
,
"navigationStyle": "custom"
// #endif
}
}, {
"path": "shopAreaList/shopAreaList",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
// #ifdef MP-WEIXIN
,
"navigationStyle": "custom"
// #endif
}
},{
"path": "shopLease/shopLease",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
// #ifdef MP-WEIXIN
,
"navigationStyle": "custom"
// #endif
}
}, {
"path": "merchantServiceList/merchantServiceList",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white",
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
}, {
"path": "brandList/brandList",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white",
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
}, {
"path": "messageNotice/messageNotice",
"style": {
"navigationBarTitleText": "站内信",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
},{
"path": "messageNoticeDetail/messageNoticeDetail",
"style": {
"navigationBarTitleText": "消息通知",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white"
}
}, {
"path": "applyServiceProvider/applyServiceProvider",
"style": {
"navigationBarTitleText": "服务商申请",
"enablePullDownRefresh": false
}
}, {
"path": "projectsList/projectsList",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white",
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
}, {
"path": "chooseTemplate/chooseTemplate",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
]
}, {
"root": "pages/users",
"name": "users",
"pages": [{
"path": "web_page/index",
"style": {
//"navigationBarTitleText": "客服",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "user_info/index",
"style": {
"navigationBarTitleText": "个人资料",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "user_setting/index",
"style": {
"navigationBarTitleText": "个人信息",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "agreement_rules/index",
"style": {
"navigationBarTitleText": "隐私协议",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "agreement_info/index",
"style": {
"navigationBarTitleText": "",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "user_get_coupon/index",
"style": {
"navigationBarTitleText": "领取优惠券",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "user_goods_collection/index",
"style": {
"navigationBarTitleText": "收藏商品",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "user_merchant_collection/index",
"style": {
"navigationBarTitleText": "收藏店铺",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "user_sgin/index",
"style": {
"navigationBarTitleText": "签到",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "user_sgin_list/index",
"style": {
"navigationBarTitleText": "签到记录",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
}, {
"path": "user_sgin_info/index",
"style": {
"navigationBarTitleText": "签到说明",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "user_money/index",
"style": {
"navigationBarTitleText": "我的账户",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "user_bill/index",
"style": {
"navigationBarTitleText": "账单明细",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "user_integral/index",
"style": {
"navigationBarTitleText": "金币详情",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "user_coupon/index",
"style": {
"navigationBarTitleText": "我的优惠券",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "user_spread_user/index",
"style": {
"navigationBarTitleText": "我的推广",
// #ifdef MP || APP-PLUS
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#fff",
// #endif
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "user_spread_code/index",
"style": {
"navigationBarTitleText": "分销海报",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "user_spread_money/index",
"style": {
"navigationBarTitleText": "佣金记录",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "user_settlement/index",
"style": {
"navigationBarTitleText": "结算申请",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "user_phone/index",
"style": {
"navigationBarTitleText": "修改手机号",
"navigationBarBackgroundColor": "#e93323"
// #ifdef MP || APP-PLUS
,
"navigationBarTextStyle": "#fff"
// #endif
,
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "user_payment/index",
"style": {
"navigationBarTitleText": "余额充值",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "user_spread_brokerage_out/index",
"style": {
"navigationBarTitleText": "佣金转入",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "user_pwd_edit/index",
"style": {
"navigationBarTitleText": "修改密码"
// #ifdef MP || APP-PLUS
,
"navigationBarTextStyle": "#fff"
// #endif
,
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "promoter-list/index",
"style": {
"navigationBarTitleText": "推广人列表",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "promoter-order/index",
"style": {
"navigationBarTitleText": "推广人订单",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "promoter_rank/index",
"style": {
"navigationBarTitleText": "推广人排行",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "commission_rank/index",
"style": {
"navigationBarTitleText": "佣金排行",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "goods_logistics/index",
"style": {
"navigationBarTitleText": "物流信息",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "login/index",
"style": {
"navigationBarTitleText": "登录",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "wechat_login/index",
"style": {
"navigationBarTitleText": "账户登录",
// ifdef MP-WEIXIN
"navigationStyle": "custom",
// endif
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "app_login/index",
"style": {
"navigationBarTitleText": "绑定手机号",
// ifdef MP-WEIXIN
"navigationStyle": "custom",
// endif
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
}, {
"path": "alipay_return/alipay_return",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "alipay_invoke/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "app_update/app_update",
"style": {
"navigationBarTitleText": "检查更新",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
}
]
},
{
"root": "pages/merchant",
"name": "merchant",
"pages": [{
"path": "home/index",
"style": {
"navigationBarTitleText": "商户首页",
// ifdef MP-WEIXIN
"navigationStyle": "custom",
// endif
"enablePullDownRefresh": false
}
},
{
"path": "settled/index",
"style": {
"navigationBarTitleText": "商户入驻",
"enablePullDownRefresh": false,
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "application_record/index",
"style": {
"navigationBarTitleText": "申请记录",
"enablePullDownRefresh": false,
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "detail/index",
"style": {
"navigationBarTitleText": "商户详情",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "street/index",
"style": {
"navigationBarTitleText": "店铺街",
"enablePullDownRefresh": false,
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
}
]
},
{
"root": "pages/goods",
"path": "goods",
"pages": [{
"path": "goods_details/index",
"style": {
"navigationBarTitleText": "商品详情",
// ifdef MP-WEIXIN
"navigationStyle": "custom"
// endif
}
},
{
"path": "goods_cate/index",
"style": {
"navigationBarTitleText": "商品分类",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "goods_list/index",
"style": {
"navigationBarTitleText": "商品列表",
//"navigationStyle": "custom",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "coupon_goods_list/index",
"style": {
"navigationBarTitleText": "商品列表",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "goods_search/index",
"style": {
"navigationBarTitleText": "搜索商品",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "news_list/index",
"style": {
"navigationBarTitleText": "资讯",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "news_details/index",
"style": {
"navigationBarTitleText": "资讯详情",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "browsing_history/index",
"style": {
"navigationBarTitleText": "浏览记录",
"backgroundColor": "#FFFFFF",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "order_list/index",
"style": {
"navigationBarTitleText": "我的订单",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "order_logistics/index",
"style": {
"navigationBarTitleText": "查看物流",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "order_confirm/index",
"style": {
"navigationBarTitleText": "提交订单",
// ifdef MP-WEIXIN
"navigationStyle": "custom",
// endif
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "order_payment/index",
"style": {
"navigationBarTitleText": "支付订单",
// #ifdef MP || APP-PLUS
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#fff",
// #endif
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "refund_details/index",
"style": {
"navigationBarTitleText": "退款订单"
}
},
{
"path": "order_pay_status/index",
"style": {
"navigationBarTitleText": "支付成功",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "order_details/index",
"style": {
"navigationBarTitleText": "订单详情",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "user_return_list/index",
"style": {
"navigationBarTitleText": "退货列表",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "goods_return/index",
"style": {
"navigationBarTitleText": "申请退货",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "goods_comment_con/index",
"style": {
"navigationBarTitleText": "商品评价",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "evaluation_list/index",
"style": {
"navigationBarTitleText": "评价列表",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "goods_comment_list/index",
"style": {
"navigationBarTitleText": "商品评分",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
}
]
},
{
"root": "subpackageuni",
"name": "subpackageuni",
"pages": []
},
{
"root": "pages/address",
"name": "address",
"pages": [{
"path": "user_address_list/index",
"style": {
"navigationBarTitleText": "地址管理",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "user_address/index",
"style": {
"navigationBarTitleText": "添加地址",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
}, {
"path": "order_addcart/order_addcart",
"style": {
// ifdef MP-WEIXIN
"navigationStyle": "custom",
// endif
"navigationBarTitleText": "购物车"
}
}
]
},
{
"root": "pages/chatroom",
"name": "pages/chatroom",
"pages": [{
"path": "chatroom",
"style": {
"navigationBarTitleText": "chatting",
"navigationBarBackgroundColor": "#EE212D",
"navigationBarTextStyle": "white",
"backgroundTextStyle": "dark",
"enablePullDownRefresh": true,
"app-plus": {
"titleNView": {
"buttons": [{
"text": "...",
"fontSrc": "./static/iconfont/iconfont.ttf",
"fontSize": "24",
"float": "right"
}]
}
}
}
}]
}
//#ifdef H5
,
{
"root": "pages/auth",
"name": "pages/auth/index",
"pages": [{
"path": "index",
"style": {
"navigationBarTitleText": "商和铺"
}
}]
}
//#endif
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "商和铺",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#F8F8F8",
"titleNView": false,
"rpxCalcMaxDeviceWidth": 960,
"rpxCalcBaseDeviceWidth": 375,
"rpxCalcIncludeWidth": 750
},
"tabBar": {
"color": "#282828",
"selectedColor": "#fc4141",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/images/1-001.png",
"selectedIconPath": "static/images/1-002.png",
"text": "首页"
},
{
"pagePath": "pages/recommended/recommended",
"iconPath": "static/images/2-001.png",
"selectedIconPath": "static/images/2-002.png",
"text": "匹配"
},
{
"pagePath": "pages/releaseInformation/releaseInformation",
"iconPath": "static/images/3-001.png",
"selectedIconPath": "static/images/3-001.png",
"text": "发布"
},
{
"pagePath": "pages/messages/messages",
"iconPath": "static/images/4-001.png",
"selectedIconPath": "static/images/4-002.png",
"text": "消息"
},
{
"pagePath": "pages/user/index",
"iconPath": "static/images/5-001.png",
"selectedIconPath": "static/images/5-002.png",
"text": "我的"
}
]
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。