123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618 |
- {
- "globalStyle": {
- "navigationStyle": "default",
- "navigationBarTitleText": "unibest",
- "navigationBarBackgroundColor": "#f8f8f8",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#FFFFFF"
- },
- "easycom": {
- "autoscan": true,
- "custom": {
- "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
- "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
- }
- },
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#018d71",
- "backgroundColor": "#F8F8F8",
- "borderStyle": "black",
- "fontSize": "10px",
- "iconWidth": "24px",
- "spacing": "3px",
- "custom": true,
- "height": "0px",
- "list": [
- {
- "pagePath": "pages/home/index"
- },
- {
- "pagePath": "pages/material/index"
- },
- {
- "pagePath": "pages/messages/index"
- },
- {
- "pagePath": "pages/mine/index"
- }
- ]
- },
- "condition": {
- "current": -1,
- "list": [
- {
- "name": "设计游学",
- "path": "pages/index/study-tour/index"
- },
- {
- "name": "登录",
- "path": "pages/login/index"
- },
- {
- "name": "开发登录",
- "path": "pages/login/index",
- "query": "type=test"
- },
- {
- "name": "我的",
- "path": "pages/mine/index"
- },
- {
- "name": "设计师认证",
- "path": "pages/mine/authentication/index"
- },
- {
- "name": "设计师认证提交成功",
- "path": "pages/mine/authentication/submit/success/index"
- },
- {
- "name": "设计师个人主页",
- "path": "pages/mine/homepage/index"
- },
- {
- "name": "确认订单",
- "path": "/pages/home/mall/confirm-order/index",
- "query": "data={\"isShoppingCart\":1,\"userId\":287,\"list\":[{\"orderNo\":\"241030170642FX00009\",\"productId\":\"67131ee4e4b06312aac7e0e9\",\"productName\":null,\"points\":123,\"nums\":1,\"orderImgUrl\":\"https://image.zhuchaohui.com/zhucaohui/8e5ed57d8a1c8826c9cadb01d2ee39f584c6af1c0269f82c72d60c5461b5f790.png\"},{\"orderNo\":\"241030170642FX00010\",\"productId\":\"67208f37d5c1cec120ffcaae\",\"productName\":null,\"points\":30,\"nums\":3,\"orderImgUrl\":\"https://image.zhuchaohui.com/zhucaohui/8a4db4e05845032124460e1eeda0a9f2419dd1014947e3f26652da1fa1cc4b54.jpeg\"}],\"couponList\":[],\"totalsPoints\":213,\"totalsCouponPoints\":0,\"totalsCurrPoints\":0}"
- },
- {
- "name": "商品兑换成功",
- "path": "/pages/home/mall/purchased/success/index"
- },
- {
- "name": "购物车",
- "path": "/pages/home/mall/shopping-cart/index"
- },
- {
- "name": "支付成功",
- "path": "/pages/mine/scan/pay/success/index"
- }
- ]
- },
- "pages": [
- {
- "path": "pages/home/index",
- "type": "home",
- "layout": "tabbar",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/about/about",
- "type": "page",
- "style": {
- "navigationBarTitleText": "关于"
- }
- },
- {
- "path": "pages/login/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/material/index",
- "type": "page",
- "layout": "tabbar",
- "style": {
- "navigationBarTitleText": "材料",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/messages/index",
- "type": "page",
- "layout": "tabbar",
- "style": {
- "navigationBarTitleText": "消息",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/mine/index",
- "type": "page",
- "layout": "tabbar",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/common/content-html/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/common/webview/index",
- "type": "page"
- },
- {
- "path": "pages/home/about/index",
- "type": "page",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "1分钟快速了解筑巢荟"
- }
- },
- {
- "path": "pages/home/classmates/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "同学荟",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/classmates-detail/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/content/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/mall/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "品质商城",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/moment/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationBarBackgroundColor": "#fff",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/home/offline-activity/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "线下活动",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/schedule/index",
- "type": "page",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "游学日程"
- }
- },
- {
- "path": "pages/home/spread/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "设计传播",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/study-tour/detail",
- "type": "page",
- "style": {
- "navigationBarTitleText": "游学计划",
- "navigationBarBackgroundColor": "#fff",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/home/study-tour/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "设计游学",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/study-tour/list",
- "type": "page",
- "style": {
- "navigationBarTitleText": "游学计划",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/material/detail/index",
- "type": "page",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/material/mini-class/index",
- "type": "page",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "材料小课堂"
- }
- },
- {
- "path": "pages/material/recommend/index",
- "type": "page",
- "style": {
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "推荐材料商"
- }
- },
- {
- "path": "pages/material/settled-in/index",
- "type": "page",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/messages/detail/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/mine/agents/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "客服",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/mine/authentication/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "设计师认证",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/convention/index",
- "type": "page",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/coupons/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "优惠券包",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/mine/homepage/index",
- "type": "page",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/honors/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "我的荣誉",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/invite/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "邀请设计师",
- "navigationBarBackgroundColor": "#fff",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/levels/index",
- "type": "page",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/orders/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "我的订单",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/mine/points/index",
- "type": "page",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/setting/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "个人设置"
- }
- },
- {
- "path": "pages/publish/moment/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "个人动态",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/publish/tags/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "添加标签",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/common/status/success/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/activity/detail/index",
- "type": "page",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/home/activity/images/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "活动图片",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/home/mall/confirm-order/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "确认订单",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/mall/detail/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "品质商城",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/mall/shopping-cart/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "购物车",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/offline-activity/cycling-rankings/index",
- "type": "page",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/home/offline-activity/list/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "线下活动",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/spread/case-shooting/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "案例拍摄",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/home/spread/design-awards/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "设计奖项",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/spread/product-detail/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/spread/wx-agent-operation/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "微信代运营",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/mine/homepage/channels/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "关联视频号",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/mine/homepage/consult/index",
- "type": "page",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/homepage/edit/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "编辑",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/mine/homepage/qr-code/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "个人码",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/mine/homepage/statistics/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "主页数据",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/mine/honors/detail/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "我的荣誉",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/levels/rules/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "等级规则",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/mine/orders/code/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "兑换码",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/mine/orders/detail/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/mine/scan/result/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "扫码结果",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/mine/setting/mobile/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "手机号"
- }
- },
- {
- "path": "pages/home/mall/purchased/success/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/spread/case-shooting/photographer/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "案例拍摄",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/mine/authentication/submit/success/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "提交成功"
- }
- },
- {
- "path": "pages/mine/homepage/consult/success/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "提交成功"
- }
- },
- {
- "path": "pages/mine/scan/pay/success/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/mine/setting/mobile/modify/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "修改手机号"
- }
- }
- ],
- "subPackages": []
- }
|