123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/tabBar/home/index",
- "style": {
- "navigationBarTitleText": "采美采购商城",
- "enablePullDownRefresh":true,
- "navigationStyle":"custom"
- }
- },{
- "path": "pages/authorization/authorization",
- "style": {
- "navigationBarTitleText": "微信授权",
- "navigationStyle":"custom"
- }
- },{
- "path" : "pages/tabBar/category/index",
- "style" : {
- "navigationBarTitleText": "分类",
- "navigationStyle":"custom"
- }
- },{
- "path": "pages/tabBar/cart/cart",
- "style": {
- "navigationBarTitleText": "购物车",
- "enablePullDownRefresh":true
- }
- },{
- "path": "pages/tabBar/user/user",
- "style": {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh" : true,
- "navigationStyle":"custom"
- }
- }
- ],
- "subPackages": [
- {
- "root": "pages/service/",//信息服务模块
- "pages": [
- {
- "path": "aftersale",
- "style": {
- "navigationBarTitleText": "售后无忧"
- }
- },
- {
- "path": "shoppingnotice",
- "style": {
- "navigationBarTitleText": "购物须知"
- }
- },
- {
- "path": "organagree",
- "style": {
- "navigationBarTitleText": "机构协议"
- }
- },
- {
- "path": "useragree",
- "style": {
- "navigationBarTitleText": "用户协议"
- }
- },
- {
- "path": "supplieragree",
- "style": {
- "navigationBarTitleText": "供应商协议"
- }
- },
- {
- "path": "privacyagree",
- "style": {
- "navigationBarTitleText": "隐私权政策"
- }
- },
- {
- "path": "sellconten",
- "style": {
- "navigationBarTitleText": "条款内容"
- }
- }
- ]
- },
- {
- "root": "pages/goods/",//商品模块
- "pages": [
- {
- "path": "goods",
- "style": {
- "navigationBarTitleText": "商品列表",
- "enablePullDownRefresh":true
- }
- },
- {
- "path": "goods-instrument",
- "style": {
- "navigationBarTitleText": "项目仪器",
- "enablePullDownRefresh":true
- }
- },
- {
- "path": "goods-classify",
- "style": {
- "navigationBarTitleText": "商品列表",
- "enablePullDownRefresh":true,
- "navigationStyle":"custom"
- }
- },
- {
- "path": "good-floorMore",
- "style": {
- "navigationBarTitleText": "更多楼层",
- "enablePullDownRefresh":true
- }
- },
- {
- "path": "good-floor",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh":true,
- "navigationStyle":"custom"
- }
- },
- {
- "path": "goods-active",
- "style": {
- "navigationBarTitleText": "凑单商品",
- "enablePullDownRefresh":true
- }
- },
- {
- "path": "product",
- "style": {
- "navigationBarTitleText": "商品详情",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "instrument-details",
- "style": {
- "navigationBarTitleText": "项目仪器详情",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "cart",
- "style": {
- "navigationBarTitleText": "购物车",
- "enablePullDownRefresh":true,
- "navigationStyle":"custom"
- }
- }
- ]
- },
- {
- "root": "pages/login/",//注册登录模块
- "pages": [
- {
- "path": "register",
- "style": {
- "navigationBarTitleText": "机构注册",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "register-supplier",
- "style": {
- "navigationBarTitleText": "供应商注册",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "register-select",
- "style": {
- "navigationBarTitleText": "选择身份"
- }
- },
- {
- "path": "apply",
- "style": {
- "navigationBarTitleText": "升级会员机构",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "apply-supplier",
- "style": {
- "navigationBarTitleText": "修改申请资料",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "logincode",
- "style": {
- "navigationBarTitleText": "邀请码登录"
- }
- },
- {
- "path": "login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "bindemail",
- "style": {
- "navigationBarTitleText": "绑定邮箱"
- }
- },
- {
- "path": "bindwechat",
- "style": {
- "navigationBarTitleText": "绑定微信"
- }
- },
- {
- "path": "bindOperator",
- "style": {
- "navigationBarTitleText": "绑定运营人员"
- }
- },
- {
- "path": "information",
- "style": {
- "navigationBarTitleText": "修改资料",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "password",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- }
- ]
- },
- {
- "root": "pages/user/",//机构个人中心模块
- "pages": [
- {
- "path": "account/account",
- "style": {
- "navigationBarTitleText": "账户余额明细",
- "enablePullDownRefresh" : true,
- "navigationStyle":"custom"
- }
- },
- {
- "path": "address/addressManage",
- "style": {
- "navigationBarTitleText": "添加新地址"
- }
- },
- {
- "path": "address/address",
- "style": {
- "navigationBarTitleText": "地址列表"
- }
- },
- {
- "path": "about/about",
- "style": {
- "navigationBarTitleText": "关于我们"
- }
- },
- {
- "path" : "regularPurchase/regularPurchase",
- "style" : {
- "navigationBarTitleText": "再次购买"
- }
- },
- {
- "path": "order/create-order",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "order/success",
- "style": {
- "navigationBarTitleText": "支付结果",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "order/order-payment",
- "style": {
- "navigationBarTitleText": "选择支付方式",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "order/order-pay",
- "style": {
- "navigationBarTitleText": "收银台",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "order/orderShareLogin",
- "style": {
- "navigationBarTitleText": "输入分享码"
- }
- },
- {
- "path": "order/order-sharelogin",
- "style": {
- "navigationBarTitleText": "查看订单"
- }
- },
- {
- "path": "order/order-list",
- "style": {
- "navigationBarTitleText": "我的订单",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "order/order-details",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "order/order-sharedetails",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "order/order-logistics",
- "style": {
- "navigationBarTitleText": "物流信息"
- }
- },
- {
- "path": "operator/list",
- "style": {
- "navigationBarTitleText": "运营人员管理"
- }
- },
- {
- "path": "operator/addoperator",
- "style": {
- "navigationBarTitleText": "添加运营人员"
- }
- },
- {
- "path": "setting/setting",
- "style": {
- "navigationBarTitleText": "账户设置"
- }
- },
- {
- "path": "setting/phone",
- "style": {
- "navigationBarTitleText": "更换手机号"
- }
- },
- {
- "path": "coupon/coupon",
- "style": {
- "navigationBarTitleText": "优惠券"
- }
- }
- ]
- },
- {
- "root": "seller",
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "采美采购商城",
- "enablePullDownRefresh":true,
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/cart/cart",
- "style": {
- "navigationBarTitleText": "购物车"
- }
- },
- {
- "path": "pages/cart/buyagain",
- "style": {
- "navigationBarTitleText": "再次购买"
- }
- },
- {
- "path": "pages/cart/immediately",
- "style": {
- "navigationBarTitleText": "立即下单"
- }
- },{
- "path": "pages/cart/second",
- "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-historylist",
- "style": {
- "navigationBarTitleText": "订单列表"
- }
- },{
- "path": "pages/search/search-order",
- "style": {
- "navigationBarTitleText": "订单搜索"
- }
- },
- {
- "path": "pages/address/address",
- "style": {
- "navigationBarTitleText": "选择地址"
- }
- },
- {
- "path": "pages/address/addressManage",
- "style": {
- "navigationBarTitleText": "添加地址"
- }
- }
- ]
- },
- {
- "root": "h5",
- "pages": [
- {
- "path": "pages/activity/activity",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/activity/activity_mid",
- "style": {
- "navigationBarTitleText": "年中大促",
- "enablePullDownRefresh":true
- }
- },
- {
- "path": "pages/activity/meobohui",
- "style": {
- "navigationBarTitleText": "美博会",
- "enablePullDownRefresh":true
- }
- },
- {
- "path": "pages/activity/meobohui-booth",
- "style": {
- "navigationBarTitleText": "展位图",
- "enablePullDownRefresh":true
- }
- },
- {
- "path": "pages/activity/meobohui-supplier",
- "style": {
- "navigationBarTitleText": "参展商",
- "enablePullDownRefresh":true
- }
- },
- {
- "path": "pages/article/page",
- "style": {
- "navigationBarTitleText": "采美采购平台",
- "enablePullDownRefresh":true
- }
- },
- {
- "path": "pages/article/path",
- "style": {
- "navigationBarTitleText": "采美采购平台",
- "enablePullDownRefresh":true
- }
- },
- {
- "path": "pages/article/page-image",
- "style": {
- "navigationBarTitleText": "采美采购平台"
- }
- },
- {
- "path": "pages/article/path-live",
- "style": {
- "navigationBarTitleText": "采美采购平台",
- "enablePullDownRefresh":true
- }
- },
- {
- "path": "pages/activity/activity-list",
- "style": {
- "navigationBarTitleText": "商品专题",
- "enablePullDownRefresh":true
- }
- },
- {
- "path": "pages/other/repair",
- "style": {
- "navigationBarTitleText": "维修"
- }
- },
- {
- "path": "pages/other/brand",
- "style": {
- "navigationBarTitleText": "品牌招商"
- }
- }
- ]
- },{
- "root": "search",
- "pages": [
- {
- "path": "pages/search/search",
- "style": {
- "navigationBarTitleText": "搜索"
- }
- },{
- "path": "pages/search/search-supplier",
- "style": {
- "navigationBarTitleText": "搜索供应商"
- }
- },{
- "path": "pages/search/search-instrument",
- "style": {
- "navigationBarTitleText": "搜索仪器"
- }
- },{
- "path": "pages/search/search-order",
- "style": {
- "navigationBarTitleText": "订单搜索"
- }
- },{
- "path": "pages/search/search-second",
- "style": {
- "navigationBarTitleText": "二手搜索"
- }
- }
- ]
- },{
- "root": "second",
- "pages": [
- {
- "path": "pages/form/introduce",
- "style": {
- "navigationBarTitleText": "二手市场介绍",
- "enablePullDownRefresh":true
- }
- },{
- "path": "pages/form/form",
- "style": {
- "navigationBarTitleText": "发布二手"
- }
- },
- {
- "path": "pages/product/product-list",
- "style": {
- "navigationBarTitleText": "二手商品",
- "enablePullDownRefresh":true
- }
- },
- {
- "path": "pages/product/product-details",
- "style": {
- "navigationBarTitleText": "商品详情",
- "enablePullDownRefresh":true,
- "navigationStyle":"custom"
- }
- }
- ]
- },
- {
- "root": "supplier",
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "采美采购商城",
- "enablePullDownRefresh":true,
- "navigationStyle":"custom"
- }
- },{
- "path": "pages/login/bind-operator",
- "style": {
- "navigationBarTitleText": "绑定微信"
- }
- },{
- "path": "pages/user/my-product",
- "style": {
- "navigationBarTitleText": "我的商品",
- "enablePullDownRefresh":true
- }
- },{
- "path": "pages/user/my-shop",
- "style": {
- "navigationBarTitleText": "店铺主页",
- "enablePullDownRefresh":true
- }
- },{
- "path": "pages/login/share-login",
- "style": {
- "navigationBarTitleText": "查看订单"
- }
- },{
- "path": "pages/login/share-info",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle":"custom"
- }
- },{
- "path": "pages/order/order-details",
- "style": {
- "navigationBarTitleText": "订单详情",
- "enablePullDownRefresh":true
- }
- },{
- "path": "pages/user/supplier",
- "style": {
- "navigationBarTitleText": "供应商信息"
- }
- },{
- "path": "pages/order/order-list",
- "style": {
- "navigationBarTitleText": "我的订单",
- "enablePullDownRefresh":true
- }
- },{
- "path": "pages/order/order-service-details",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle":"custom",
- "enablePullDownRefresh":true
- }
- },{
- "path": "pages/deliver/add-logistics",
- "style": {
- "navigationBarTitleText": "录入物流信息"
- }
- },{
- "path": "pages/deliver/deliver-goods",
- "style": {
- "navigationBarTitleText": "发货",
- "enablePullDownRefresh":true
- }
- },{
- "path": "pages/deliver/deliver-record",
- "style": {
- "navigationBarTitleText": "发货记录",
- "enablePullDownRefresh":true,
- "navigationStyle":"custom"
- }
- },{
- "path": "pages/deliver/logistics-list",
- "style": {
- "navigationBarTitleText": "物流公司"
- }
- },{
- "path": "pages/user/setting/password",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- },{
- "path": "pages/user/setting/phone",
- "style": {
- "navigationBarTitleText": "更换手机号"
- }
- },{
- "path": "pages/user/setting/setting",
- "style": {
- "navigationBarTitleText": "账户设置"
- }
- },{
- "path": "pages/user/operator/list",
- "style": {
- "navigationBarTitleText": "运营人员管理"
- }
- },{
- "path": "pages/user/operator/addoperator",
- "style": {
- "navigationBarTitleText": "添加运营人员"
- }
- },{
- "path": "pages/user/information",
- "style": {
- "navigationBarTitleText": "资料信息"
- }
- }
- ]
- }
- ],
- "tabBar": {
- "height":"80",
- "color": "#999999",
- "selectedColor": "#E15616",
- "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/category/index",
- "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": "我的"
- }
- ]
- },
- "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函数里面得到
- }
- ]
- }
- }
|