123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/tabBar/home/index",
- "style": {
- "navigationBarTitleText": "联合丽格集采商城",
- "enablePullDownRefresh": true,
- "backgroundTextStyle": "light"
- }
- }, {
- "path": "pages/tabBar/notice/index",
- "style": {
- "navigationBarTitleText": "消息通知",
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/tabBar/category/index",
- "style": {
- "navigationBarTitleText": "分类",
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/tabBar/cart/index",
- "style": {
- "navigationBarTitleText": "购物车",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/tabBar/user/user",
- "style": {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- }
- ],
- "subPackages": [{
- "root": "pages/goods/", //商品模块
- "pages": [{
- "path": "good-floor",
- "style": {
- "navigationBarTitleText": "商品列表",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "product",
- "style": {
- "navigationBarTitleText": "商品详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "cart",
- "style": {
- "navigationBarTitleText": "购物车",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "procurement",
- "style": {
- "navigationBarTitleText": "集采需求",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "procurement_info",
- "style": {
- "navigationBarTitleText": "需求详情",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "procurementAdd",
- "style": {
- "navigationBarTitleText": "发布需求",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "procurement_more",
- "style": {
- "navigationBarTitleText": "商品列表",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "good-activity",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "active-product",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true
- }
- }
- ]
- },
- {
- "root": "pages/login/", //注册登录模块
- "pages": [{
- "path": "register",
- "style": {
- "navigationBarTitleText": "机构注册",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "login-auth",
- "style": {
- "navigationBarTitleText": "登录成功",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "login-code",
- "style": {
- "navigationBarTitleText": "邀请码登录",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "register-unid",
- "style": {
- "navigationBarTitleText": "修改资料"
- }
- },
- {
- "path": "login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "bindwechat",
- "style": {
- "navigationBarTitleText": "绑定微信"
- }
- },
- {
- "path": "bindOperator",
- "style": {
- "navigationBarTitleText": "绑定运营人员"
- }
- },
- {
- "path": "information",
- "style": {
- "navigationBarTitleText": "修改资料",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "password",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- }
- ]
- },
- {
- "root": "pages/service/", //注册登录模块
- "pages": [
- {
- "path": "service",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- ]
- },
- {
- "root": "pages/user/", //机构个人中心模块
- "pages": [{
- "path": "address/addressManage",
- "style": {
- "navigationBarTitleText": "添加新地址"
- }
- },
- {
- "path": "address/address",
- "style": {
- "navigationBarTitleText": "地址列表"
- }
- },
- {
- "path": "operator/list",
- "style": {
- "navigationBarTitleText": "运营人员管理"
- }
- },
- {
- "path": "operator/form",
- "style": {
- "navigationBarTitleText": "添加运营人员"
- }
- },
- {
- "path": "order/create-order",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "order/success",
- "style": {
- "navigationBarTitleText": "支付结果",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/order-pay-list",
- "style": {
- "navigationBarTitleText": "支付订单"
- }
- },
- {
- "path": "order/orderShareLogin",
- "style": {
- "navigationBarTitleText": "输入分享码"
- }
- },
- {
- "path": "order/order-sharelogin",
- "style": {
- "navigationBarTitleText": "查看订单"
- }
- },
- {
- "path": "order/order-confirmed",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "order/order-list",
- "style": {
- "navigationBarTitleText": "我的订单",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/order-details",
- "style": {
- "navigationBarTitleText": "订单详情",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/order-search",
- "style": {
- "navigationBarTitleText": "订单搜索"
- }
- },
- {
- "path": "order/order-addpay",
- "style": {
- "navigationBarTitleText": "上传支付凭证"
- }
- },
- {
- "path": "order/order-sharedetails",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "order/order-logistics",
- "style": {
- "navigationBarTitleText": "物流信息"
- }
- },
- {
- "path": "setting/setting",
- "style": {
- "navigationBarTitleText": "账户设置"
- }
- },
- {
- "path": "setting/phone",
- "style": {
- "navigationBarTitleText": "更换手机号"
- }
- },
- {
- "path": "setting/protocol",
- "style": {
- "navigationBarTitleText": "用户协议"
- }
- },
- {
- "path": "collection/collection",
- "style": {
- "navigationBarTitleText": "收藏商品",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pay/card-list",
- "style": {
- "navigationBarTitleText": "银行卡"
- }
- },
- {
- "path": "pay/card-sus-list",
- "style": {
- "navigationBarTitleText": "支持银行"
- }
- },
- {
- "path": "pay/card-add",
- "style": {
- "navigationBarTitleText": "添加银行卡"
- }
- },
- {
- "path": "pay/card-comfirm",
- "style": {
- "navigationBarTitleText": "确认信息"
- }
- },
- {
- "path": "pay/card-comfirm-sub",
- "style": {
- "navigationBarTitleText": "输入短信验证码"
- }
- },
- {
- "path": "pay/card-order",
- "style": {
- "navigationBarTitleText": "收银台",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pay/card-under",
- "style": {
- "navigationBarTitleText": "线下转账"
- }
- },
- {
- "path": "pay/success",
- "style": {
- "navigationBarTitleText": "支付结果",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pay/success-tips",
- "style": {
- "navigationBarTitleText": "支付结果",
- "navigationStyle": "custom"
- }
- }
- ]
- },
- {
- "root": "pages/notice/", //搜索分包模块
- "pages": [{
- "path": "club/notice-order",
- "style": {
- "navigationBarTitleText": "交易物流",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "club/notice-users",
- "style": {
- "navigationBarTitleText": "账户通知",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "club/notice-serve",
- "style": {
- "navigationBarTitleText": "服务通知",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "club/notice-coupon",
- "style": {
- "navigationBarTitleText": "优惠促销",
- "enablePullDownRefresh": true
- }
- }
- ]
- },
- {
- "root": "pages/search/", //搜索分包模块
- "pages": [{
- "path": "search",
- "style": {
- "navigationBarTitleText": "搜索"
- }
- }, {
- "path": "search-library",
- "style": {
- "navigationBarTitleText": "搜索",
- "enablePullDownRefresh": false
- }
- }]
- },
- {
- "root": "pages/seller/", //搜索分包模块
- "pages": [
- {
- "path": "index/index",
- "style": {
- "navigationBarTitleText": "个人中心",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "login/login",
- "style": {
- "navigationBarTitleText": "采购员登录"
- }
- },
- {
- "path": "club/club-list",
- "style": {
- "navigationBarTitleText": "帮机构采购",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "goods/list",
- "style": {
- "navigationBarTitleText": "立即下单",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "cart/index",
- "style": {
- "navigationBarTitleText": "购物车",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "order/order-confirm",
- "style": {
- "navigationBarTitleText": "确认订单",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "address/addressManage",
- "style": {
- "navigationBarTitleText": "添加新地址"
- }
- },
- {
- "path": "address/address",
- "style": {
- "navigationBarTitleText": "地址列表"
- }
- },
- {
- "path": "order/order-list",
- "style": {
- "navigationBarTitleText": "我的订单",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/order-club-list",
- "style": {
- "navigationBarTitleText": "历史订单",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "order/order-search",
- "style": {
- "navigationBarTitleText": "搜索订单",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "order/order-details",
- "style": {
- "navigationBarTitleText": "订单详情",
- "enablePullDownRefresh": false
- }
- }]
- }
- ],
- "tabBar": {
- "height": "80",
- "color": "#999999",
- "selectedColor": "#f3b574",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/tabBar/home/index",
- "iconPath": "static/icon-home@3x.png",
- "selectedIconPath": "static/icon-home-active@3x.png",
- "text": "商城"
- },
- {
- "pagePath": "pages/tabBar/cart/index",
- "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": "我的"
- }
- ]
- },
- "easycom": {
- "autoscan": true,
- "custom": {
- "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
- }
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "联合丽格集采商城",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- },
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [{
- "name": "", //模式名称
- "path": "", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }]
- }
- }
|