123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/home/home",
- "style": {
- // "navigationStyle": "custom",
- "backgroundColorTop": "#ff5d5b",
- "backgroundColorBottom": "#F8F8F8",
- // "navigationBarTitleText": "",
- "app-plus": {
- "titleNView": {
- // "backgroundImage": "./static/images/search.png",
- "searchInput": {
- "backgroundColor": "rgba(255,255,255,1)",
- "borderRadius": "16px", //输入框圆角
- "placeholder": "粘贴宝贝标题",
- "disabled": true //disable时点击输入框不置焦,可以跳到新页面搜索
- },
- "buttons": [{
- "text": "\ue847",
- "fontSrc": "/static/uni.ttf",
- "width": "auto",
- "fontSize": "22px"
- }]
- }
- }
- }
- }, {
- "path": "pages/index/index",
- "style": {
- "bounce": "none",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/order",
- "style": {
- "navigationBarTitleText": "订单管理",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/order/back-order",
- "style": {
- "navigationBarTitleText": "待收货",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/user/user-center",
- "style": {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false,
- "backgroundColorTop": "#ff5d5b",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "\ue532",
- "fontSrc": "/static/uni.ttf",
- "width": "auto",
- "fontSize": "24px"
- },
- {
- "text": "\ue847",
- "fontSrc": "/static/uni.ttf",
- "width": "auto",
- "fontSize": "22px"
- }
- ]
- }
- }
- }
- }, {
- "path": "pages/shopping-cart/shopping-cart",
- "style": {
- "navigationBarTitleText": "购物车",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/login",
- "style": {
- "navigationBarTitleText": "登录",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ff5d5b",
- "backgroundColor": "#ff5d5b",
- "app-plus": {
- "popGesture": "none",
- "titleNView": {
- "autoBackButton": false
- }
- }
- }
- }, {
- "path": "pages/user/find-pass",
- "style": {
- "navigationBarTitleText": "找回密码",
- "enablePullDownRefresh": false,
- "backgroundColor": "#ff5d5b"
- }
- }, {
- "path": "pages/register/step1",
- "style": {
- "navigationBarTitleText": "第一步",
- "enablePullDownRefresh": false,
- "backgroundColor": "#ff5d5b"
- }
- }, {
- "path": "pages/register/step2",
- "style": {
- "navigationBarTitleText": "第二步",
- "enablePullDownRefresh": false,
- "backgroundColor": "#ff5d5b"
- }
- }, {
- "path": "pages/register/step3",
- "style": {
- "navigationBarTitleText": "注册",
- "enablePullDownRefresh": false,
- "backgroundColor": "#ff5d5b"
- }
- }, {
- "path": "pages/user/simple-article",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/vcode-login",
- "style": {
- "navigationBarTitleText": "登录",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ff5d5b",
- "backgroundColor": "#ff5d5b"
- }
- }, {
- "path": "pages/user/setting",
- "style": {
- "navigationBarTitleText": "设置",
- "enablePullDownRefresh": false,
- "backgroundColorTop": "#ff5d5b"
- }
- }, {
- "path": "pages/message/message",
- "style": {
- "navigationBarTitleText": "消息",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/product/product-details",
- "style": {
- "navigationBarTitleText": "商品详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/product/my-product",
- "style": {
- "navigationBarTitleText": "我的商品",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/product/my-product-tabbar",
- "style": {
- "navigationBarTitleText": "我的商品",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/product/product-edit",
- "style": {
- "navigationBarTitleText": "发布商品",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/order/order-details",
- "style": {
- "navigationBarTitleText": "订单详情",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/notice",
- "style": {
- "navigationBarTitleText": "官方公告",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/strategy",
- "style": {
- "navigationBarTitleText": "新手攻略",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/problem",
- "style": {
- "navigationBarTitleText": "常见问题",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/kefu",
- "style": {
- "navigationBarTitleText": "联系客服",
- "backgroundColorTop": "#ff5d5b",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/feedback",
- "style": {
- "navigationBarTitleText": "意见反馈",
- "enablePullDownRefresh": false,
- "backgroundColorTop": "#ff5d5b"
- }
- }, {
- "path": "pages/home/camera",
- "style": {
- "navigationBarTitleText": "扫一扫",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/order/cashier",
- "style": {
- "navigationBarTitleText": "收银台",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/withdraw",
- "style": {
- "navigationBarTitleText": "提现",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/bind-alipay",
- "style": {
- "navigationBarTitleText": "绑定支付宝",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/nickname",
- "style": {
- "navigationBarTitleText": "修改昵称",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/collection",
- "style": {
- "navigationBarTitleText": "我的收藏",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/user/safe-pass",
- "style": {
- "navigationBarTitleText": "设置",
- "enablePullDownRefresh": false,
- "backgroundColorTop": "#ff5d5b"
- }
- }, {
- "path": "pages/user/reset-pass",
- "style": {
- "navigationBarTitleText": "设置",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/money-log",
- "style": {
- "navigationBarTitleText": "账单明细",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/home/search",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": {
- // "backgroundImage": "./static/images/search.png",
- "searchInput": {
- "backgroundColor": "rgba(255,255,255,1)",
- "borderRadius": "16px", //输入框圆角
- "placeholder": "粘贴宝贝标题",
- "disabled": false //disable时点击输入框不置焦,可以跳到新页面搜索
- },
- "buttons": [{
- "text": "搜索",
- "width": "auto",
- "fontSize": "14px"
- }]
- }
- }
- }
- }, {
- "path": "pages/user/agent",
- "style": {
- "navigationBarTitleText": "代理会员中心",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/order/deposit",
- "style": {
- "navigationBarTitleText": "缴纳保证金",
- "enablePullDownRefresh": false
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "省心直供",
- "navigationBarBackgroundColor": "#ff5d5b",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#ff5d5b",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "height": "44px",
- "iconWidth": "20px",
- "midButton": {
- "iconPath": "static/images/camera.png",
- "iconWidth": "36px",
- "height": "40px"
- },
- "list": [{
- "pagePath": "pages/home/home",
- "iconPath": "static/images/home.png",
- "selectedIconPath": "static/images/home_selected.png",
- "text": "首页"
- }, {
- "pagePath": "pages/order/back-order",
- "iconPath": "static/images/qiang.png",
- "selectedIconPath": "static/images/qiang_selected.png",
- "text": "待发货"
- }, {
- "pagePath": "pages/shopping-cart/shopping-cart",
- "iconPath": "static/images/kan.png",
- "selectedIconPath": "static/images/kan_selected.png",
- "text": "购物车"
- }, {
- "pagePath": "pages/user/user-center",
- "iconPath": "static/images/user.png",
- "selectedIconPath": "static/images/user_selected.png",
- "text": "我的"
- }]
- },
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [{
- "name": "", //模式名称
- "path": "", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }]
- }
- }
|