123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293 |
- {
- "pages": [ // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "A3Mall 商城"
- }
- },
- {
- "path": "pages/search/index",
- "style": {
- "navigationBarTitleText": "搜索内容"
- }
- },
- {
- "path": "pages/search/list",
- "style": {
- "navigationBarTitleText": "搜索结果"
- }
- },
- {
- "path": "pages/category/index",
- "style": {
- "navigationBarTitleText": "商品分类"
- }
- },
- {
- "path": "pages/public/login",
- "style" : {
- "navigationBarTitleText": "会员登录"
- }
- },
- {
- "path": "pages/public/register",
- "style" : {
- "navigationBarTitleText": "会员注册"
- }
- },
- {
- "path": "pages/public/forget",
- "style" : {
- "navigationBarTitleText": "找回密码"
- }
- },
- {
- "path": "pages/public/404",
- "style" : {
- "navigationBarTitleText": "页面404"
- }
- },
- {
- "path": "pages/coupon/index",
- "style": {
- "navigationBarTitleText": "优惠劵"
- }
- },
- {
- "path": "pages/comments/view",
- "style": {
- "navigationBarTitleText": "商品评论"
- }
- },
- {
- "path": "pages/goods/index",
- "style": {
- "navigationBarTitleText": "商品列表"
- }
- },
- {
- "path": "pages/goods/list",
- "style": {
- "navigationBarTitleText": "商品列表"
- }
- },
- {
- "path": "pages/goods/view",
- "style" : {
- "navigationBarTitleText": "商品详情"
- }
- },
- {
- "path": "pages/cart/index",
- "style": {
- "navigationBarTitleText": "购物车"
- }
- },
- {
- "path": "pages/cart/confirm",
- "style": {
- "navigationBarTitleText": "订单确认"
- }
- },
- {
- "path": "pages/cart/msg",
- "style": {
- "navigationBarTitleText": "提示页"
- }
- },
- {
- "path": "pages/cart/info",
- "style": {
- "navigationBarTitleText": "订单信息页"
- }
- },
- {
- "path": "pages/order/list",
- "style": {
- "navigationBarTitleText": "订单列表"
- }
- },
- {
- "path": "pages/order/detail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/order/express",
- "style": {
- "navigationBarTitleText": "物流信息"
- }
- },
- {
- "path": "pages/order/confirm_delivery",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "pages/order/refund",
- "style": {
- "navigationBarTitleText": "订单退款"
- }
- },
- {
- "path": "pages/order/evaluate",
- "style": {
- "navigationBarTitleText": "订单评价"
- }
- },
- {
- "path": "pages/order/service",
- "style": {
- "navigationBarTitleText": "售后服务"
- }
- },
- {
- "path": "pages/bill/cashlist",
- "style": {
- "navigationBarTitleText": "提现记录"
- }
- },
- {
- "path": "pages/bill/withdraw",
- "style": {
- "navigationBarTitleText": "申请提现"
- }
- },
- {
- "path": "pages/bill/fund",
- "style": {
- "navigationBarTitleText": "资金明细"
- }
- },
- {
- "path": "pages/ucenter/index",
- "style": {
- "navigationBarTitleText": "会员中心"
- }
- },
- {
- "path": "pages/ucenter/wallet",
- "style" : {
- "navigationBarTitleText": "我的钱包"
- }
- },
- {
- "path": "pages/ucenter/collect",
- "style": {
- "navigationBarTitleText": "我的收藏"
- }
- },
- {
- "path": "pages/ucenter/address",
- "style": {
- "navigationBarTitleText": "我的地址"
- }
- },
- {
- "path": "pages/ucenter/address_editor",
- "style": {
- "navigationBarTitleText": "编辑地址"
- }
- },
- {
- "path": "pages/ucenter/coupon",
- "style": {
- "navigationBarTitleText": "优惠劵"
- }
- },
- {
- "path": "pages/ucenter/point",
- "style": {
- "navigationBarTitleText": "积分"
- }
- },
- {
- "path": "pages/ucenter/setting",
- "style": {
- "navigationBarTitleText": "会员设置"
- }
- },
- {
- "path": "pages/ucenter/help",
- "style": {
- "navigationBarTitleText": "帮助中心"
- }
- },
- {
- "path": "pages/news/index",
- "style": {
- "navigationBarTitleText": "新闻列表"
- }
- },
- {
- "path": "pages/news/list",
- "style": {
- "navigationBarTitleText": "新闻列表"
- }
- },
- {
- "path": "pages/news/view",
- "style": {
- "navigationBarTitleText": "新闻详情"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "A3Mall",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle":"custom",
- "app-plus": {
- "bounce" : "none"
- },
- "mp-alipay": {
- "transparentTitle": "always",
- "titlePenetrate": "YES"
- }
- },
- "easycom": {
- "autoscan": true,
- "custom": {
- "lb-picker": "@/components/lb-picker/index.vue"
- }
- },
- "tabBar": {
- "color": "#333",
- "selectedColor": "#1b43c4",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabbar/menu-1.png",
- "selectedIconPath": "static/tabbar/menu-active-1.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/category/index",
- "iconPath": "static/tabbar/menu-2.png",
- "selectedIconPath": "static/tabbar/menu-active-2.png",
- "text": "分类"
- },
- {
- "pagePath": "pages/cart/index",
- "iconPath": "static/tabbar/menu-3.png",
- "selectedIconPath": "static/tabbar/menu-active-3.png",
- "text": "购物车"
- },
- {
- "pagePath": "pages/ucenter/index",
- "iconPath": "static/tabbar/menu-4.png",
- "selectedIconPath": "static/tabbar/menu-active-4.png",
- "text": "我的"
- }
- ]
- },
- "condition" : { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": []
- }
- }
|