123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/tabBar/home/home",
- "style": {
- "navigationBarTitleText": "采美采购商城",
- "enablePullDownRefresh":true
- }
- },{
- "path": "pages/authorization/authorization",
- "style": {
- "navigationBarTitleText": "微信授权"
- }
- },{
- "path" : "pages/tabBar/category/category",
- "style" : {
- "navigationBarTitleText": "分类",
- "app-plus": {
- "bounce": "none"
- }
- }
- },{
- "path": "pages/search/search",
- "style": {
- "navigationBarTitleText": "搜索"
- }
- },{
- "path": "pages/tabBar/cart/cart",
- "style": {
- "navigationBarTitleText": "购物车",
- "enablePullDownRefresh":true
- }
- },{
- "path": "pages/tabBar/user/user",
- "style": {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh" : true
- }
- },{
- "path": "pages/user/account/account",
- "style": {
- "navigationBarTitleText": "账户余额明细",
- "enablePullDownRefresh" : true
- }
- },{
- "path": "pages/user/address/addressManage",
- "style": {
- "navigationBarTitleText": "添加新地址"
- }
- },{
- "path": "pages/user/address/address",
- "style": {
- "navigationBarTitleText": "地址列表"
- }
- },{
- "path": "pages/user/about/about",
- "style": {
- "navigationBarTitleText": "关于我们"
- }
- },{
- "path": "pages/goods/goods",
- "style": {
- "navigationBarTitleText": "商品列表"
- }
- },{
- "path": "pages/goods/product",
- "style": {
- "navigationBarTitleText": "商品详情",
- "navigationStyle":"custom"
- }
- },{
- "path": "pages/service/aftersale",
- "style": {
- "navigationBarTitleText": "售后无忧"
- }
- },{
- "path": "pages/service/shoppingnotice",
- "style": {
- "navigationBarTitleText": "购物须知"
- }
- },{
- "path": "pages/service/member",
- "style": {
- "navigationBarTitleText": "正品联盟"
- }
- },{
- "path": "pages/service/organagree",
- "style": {
- "navigationBarTitleText": "机构协议"
- }
- },{
- "path": "pages/service/useragree",
- "style": {
- "navigationBarTitleText": "用户协议"
- }
- },{
- "path": "pages/service/privacyagree",
- "style": {
- "navigationBarTitleText": "隐私权政策"
- }
- },{
- "path" : "pages/user/invoice/invoice",
- "style" : {
- "navigationBarTitleText": "发票信息"
- }
- },{
- "path" : "pages/user/regularPurchase/regularPurchase",
- "style" : {
- "navigationBarTitleText": "再次购买"
- }
- },{
- "path": "pages/user/order/create-order",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },{
- "path": "pages/user/order/order-cashier",
- "style": {
- "navigationBarTitleText": "收银台",
- "navigationStyle":"custom"
- }
- },{
- "path": "pages/user/order/orderShareLogin",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },{
- "path": "pages/user/order/myOrder",
- "style": {
- "navigationBarTitleText": "我的订单",
- // "enablePullDownRefresh": true,
- "onReachBottomDistance": 50,
- "navigationStyle":"custom"
- }
- },{
- "path": "pages/user/order/order-list",
- "style": {
- "navigationBarTitleText": "我的订单",
- // "enablePullDownRefresh": true,
- // "onReachBottomDistance": 50,
- "navigationStyle":"custom"
- }
- },{
- "path": "pages/user/order/order-details",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle":"custom"
- }
- },{
- "path": "pages/user/order/order-sharedetails",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },{
- "path": "pages/user/order/order-logistics",
- "style": {
- "navigationBarTitleText": "物流信息"
- }
- },{
- "path": "pages/search/search-order",
- "style": {
- "navigationBarTitleText": "搜索"
- }
- },{
- "path": "pages/login/register",
- "style": {
- "navigationBarTitleText": "注册",
- "navigationStyle":"custom"
- }
- },{
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "授权登录"
- }
- },{
- "path": "pages/login/login-accont",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },{
- "path": "pages/login/bindemail",
- "style": {
- "navigationBarTitleText": "绑定邮箱"
- }
- },{
- "path": "pages/login/bindwechat",
- "style": {
- "navigationBarTitleText": "绑定微信"
- }
- },{
- "path": "pages/login/bindOperator",
- "style": {
- "navigationBarTitleText": "绑定运营人员"
- }
- },{
- "path": "pages/login/apply",
- "style": {
- "navigationBarTitleText": "修改申请资料",
- "navigationStyle":"custom"
- }
- },{
- "path": "pages/login/information",
- "style": {
- "navigationBarTitleText": "修改资料",
- "navigationStyle":"custom"
- }
- },{
- "path": "pages/login/password",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- },{
- "path": "pages/user/operator/list",
- "style": {
- "navigationBarTitleText": "运营人员管理"
- }
- },{
- "path": "pages/user/operator/addoperator",
- "style": {
- "navigationBarTitleText": "添加运营人员"
- }
- },{
- "path": "pages/user/setting/setting",
- "style": {
- "navigationBarTitleText": "账户设置"
- }
- },{
- "path": "pages/user/setting/phone",
- "style": {
- "navigationBarTitleText": "更换手机号"
- }
- },{
- "path": "pages/user/setting/password",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- }
- ],
- "subPackages": [
- {
- "root": "market",
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "采美采购商城",
- "enablePullDownRefresh":true,
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/home/home",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/category/category",
- "style": {
- "navigationBarTitleText": "分类"
- }
- },
- {
- "path": "pages/user/user",
- "style": {
- "navigationBarTitleText": "账户中心"
- }
- },
- {
- "path": "pages/cart/cart",
- "style": {
- "navigationBarTitleText": "购物车"
- }
- },
- {
- "path": "pages/cart/buyagain",
- "style": {
- "navigationBarTitleText": "再次购买"
- }
- },
- {
- "path": "pages/cart/immediately",
- "style": {
- "navigationBarTitleText": "立即下单"
- }
- },
- {
- "path": "pages/order/create-order",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "pages/order/order-details",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/order/order-list",
- "style": {
- "navigationBarTitleText": "订单列表",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/order/order-sharedetails",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/club/list",
- "style": {
- "navigationBarTitleText": "机构列表"
- }
- },
- {
- "path": "pages/club/club-list",
- "style": {
- "navigationBarTitleText": "我的机构"
- }
- },
- {
- "path": "pages/club/allClub-list",
- "style": {
- "navigationBarTitleText": "所有机构"
- }
- },
- {
- "path": "pages/club/addoperator",
- "style": {
- "navigationBarTitleText": "邀请运营人员"
- }
- },
- {
- "path": "pages/login/register",
- "style": {
- "navigationBarTitleText": "拉机构上线",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/login/information",
- "style": {
- "navigationBarTitleText": "修改资料",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/login/apply",
- "style": {
- "navigationBarTitleText": "修改申请信息",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/order/order-history",
- "style": {
- "navigationBarTitleText": "订单列表"
- }
- },
- {
- "path": "pages/search/search",
- "style": {
- "navigationBarTitleText": "商品搜索"
- }
- },
- {
- "path": "pages/search/search-order",
- "style": {
- "navigationBarTitleText": "订单搜索"
- }
- },
- {
- "path": "pages/address/address",
- "style": {
- "navigationBarTitleText": "选择地址"
- }
- },
- {
- "path": "pages/address/addressManage",
- "style": {
- "navigationBarTitleText": "添加地址"
- }
- }
- ]
- }
- ],
- "tabBar": {
- "height":"80",
- "color": "#999999",
- "selectedColor": "#E15616",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/tabBar/home/home",
- "iconPath": "static/icon-home@3x.png",
- "selectedIconPath": "static/icon-home-active@3x.png",
- "text": "商城"
- },{
- "pagePath": "pages/tabBar/category/category",
- "iconPath": "static/icon-sort@3x.png",
- "selectedIconPath": "static/icon-sort-active@3x.png",
- "text": "分类"
- },
- {
- "pagePath": "pages/tabBar/cart/cart",
- "iconPath": "static/icon-cart@3x.png",
- "selectedIconPath": "static/icon-cart-active@3x.png",
- "text": "购物车"
- },
- {
- "pagePath": "pages/tabBar/user/user",
- "iconPath": "static/icon-user@3x.png",
- "selectedIconPath": "static/icon-user-active@3x.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "采美采购商城",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- }
- }
|