| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "店铺概况"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "登录"
- }
- },
- //****************** 公告 ******************
- {
- "path": "pages/notice/list",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "公告列表"
- }
- },
- {
- "path": "pages/notice/detail",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "公告详情"
- }
- },
- //****************** 商品管理 ******************
- {
- "path": "pages/goods/list",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "商品管理"
- }
- },
- {
- "path": "pages/goods/edit/index",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "编辑商品"
- }
- },
- {
- "path": "pages/goods/edit/category",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "选择商品分类"
- }
- },
- {
- "path": "pages/goods/edit/spec",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "规格类型"
- }
- },
- {
- "path": "pages/goods/edit/spec_edit",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "编辑多规格"
- }
- },
- {
- "path": "pages/goods/edit/carmichael_edit",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "编辑卡密"
- }
- },
- {
- "path": "pages/goods/edit/express_freight",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "快递运费"
- }
- },
- {
- "path": "pages/goods/edit/state",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "商品状态"
- }
- },
- {
- "path": "pages/goods/edit/content",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "商品详情"
- }
- },
- {
- "path": "pages/goods/edit/attr",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "商品参数"
- }
- },
- {
- "path": "pages/goods/output",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "库存管理"
- }
- },
- {
- "path": "pages/goods/album",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "选择相册图片"
- }
- },
- {
- "path": "pages/goods/config",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "商品设置"
- }
- },
- //****************** 订单管理 ******************
- {
- "path": "pages/order/list",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "订单管理"
- }
- },
- {
- "path": "pages/order/adjust_price",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "调整价格"
- }
- },
- {
- "path": "pages/order/address_update",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "修改地址"
- }
- },
- {
- "path": "pages/order/delivery",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "订单发货"
- }
- },
- {
- "path": "pages/order/local_delivery",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "订单发货"
- }
- },
- {
- "path": "pages/order/detail/basis",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/order/detail/store",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/order/detail/local",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/order/detail/virtual",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/order/logistics",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "物流信息"
- }
- },
- {
- "path": "pages/order/edit_logistics",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "修改物流"
- }
- },
- {
- "path": "pages/order/refund/list",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "退款维权"
- }
- },
- {
- "path": "pages/order/refund/detail",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "退款维权详情"
- }
- },
- {
- "path": "pages/order/refund/refuse",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "退款维权拒绝"
- }
- },
- {
- "path": "pages/order/refund/agree",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "退款维权同意"
- }
- },
- {
- "path": "pages/order/refund/take_delivery",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "退款维权收货"
- }
- },
- {
- "path": "pages/order/refund/transfer",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "退款维权转账"
- }
- },
- //****************** 会员管理 ******************
- {
- "path": "pages/member/list",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "会员管理"
- }
- },
- {
- "path": "pages/member/detail",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "会员详情"
- }
- },
- {
- "path": "pages/member/coupon",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "发放优惠券"
- }
- },
- {
- "path": "pages/member/adjustaccount",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "账户调整"
- }
- },
-
- //****************** 我的 ******************
- {
- "path": "pages/my/index",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "个人中心"
- }
- },
- {
- "path": "pages/index/all_menu",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "全部功能"
- }
- },
- //****************** 资产 ******************
- {
- "path": "pages/property/dashboard/index",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "资产概况"
- }
- }, {
- "path": "pages/property/dashboard/orderlist",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "交易记录"
- }
- }, {
- "path": "pages/property/withdraw/index",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "提现"
- }
- }, {
- "path": "pages/property/withdraw/list",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "提现记录"
- }
- }, {
- "path": "pages/property/withdraw/detail",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "提现详情"
- }
- },
- // {
- // "path": "pages/property/fee",
- // "style": {
- // // #ifdef H5
- // "navigationStyle": "custom",
- // // #endif
- // "navigationBarTitleText": "入驻费用"
- // }
- // },
- {
- "path": "pages/property/settlement/list_store",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "门店结算"
- }
- },
- {
- "path": "pages/property/settlement/detail_store",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "门店结算详情"
- }
- },
- {
- "path": "pages/statistics/transaction",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "交易分析"
- }
- }, {
- "path": "pages/my/statistics",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "交易设置"
- }
- }, {
- "path": "pages/my/nvoice/nvoice",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "交易设置"
- }
- }, {
- "path": "pages/statistics/shop",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "店铺统计"
- }
- }, {
- "path": "pages/statistics/goods",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "商品统计"
- }
- }, {
- "path": "pages/statistics/visit",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "访问统计"
- }
- }, {
- "path": "pages/verify/index",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "核销台"
- }
- }, {
- "path": "pages/verify/records",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "核销记录"
- }
- }, {
- "path": "pages/verify/user",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "核销人员"
- }
- }, {
- "path": "pages/verify/user_edit",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "编辑核销人员"
- }
- }
- //****************** 我的-账户权限 ******************
- , {
- "path": "pages/my/user/user",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "用户管理"
- }
- }, {
- "path": "pages/my/user/user_edit",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "用户编辑"
- }
- }, {
- "path": "pages/my/shop/config",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "店铺信息"
- }
- }, {
- "path": "pages/my/shop/contact",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "联系地址"
- }
- }, {
- "path": "pages/login/modify_pwd",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "修改密码"
- }
- }
- ,{
- "path" : "pages/invoices/invoices",
- "style" :
- {
- "navigationBarTitleText": "发票管理",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/storemanage/storemanage",
- "style" :
- {
- "navigationBarTitleText": "门店管理",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/invoices/detail/detail",
- "style" :
- {
- "navigationBarTitleText": "发票详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/invoices/edit/edit",
- "style" :
- {
- "navigationBarTitleText": "发票编辑",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/storemanage/edit/edit",
- "style" :
- {
- "navigationBarTitleText": "门店管理",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/storeclose/storeclose/storeclose",
- "style": {
- // #ifdef H5
- "navigationStyle": "custom"
- // #endif
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#F7f7f7",
- "backgroundColorTop": "#f7f7f7",
- "backgroundColorBottom": "#f7f7f7"
- },
- "tabBar": {
- // #ifdef H5
- "custom": true,
- // #endif
- "color": "#333",
- "selectedColor": "#FF6A00",
- "backgroundColor": "#fff",
- "borderStyle": "white",
- "iconWidth":"20px",
- "list": [{
- "pagePath": "pages/order/list",
- "text": "订单",
- "iconPath": "static/images/tabbar/order.png",
- "selectedIconPath": "static/images/tabbar/order_selected.png"
- },
- {
- "pagePath": "pages/goods/list",
- "text": "商品",
- "iconPath": "static/images/tabbar/goods.png",
- "selectedIconPath": "static/images/tabbar/goods_selected.png"
- }, {
- "pagePath": "pages/index/index",
- "text": "店铺",
- "iconPath": "static/images/tabbar/shop.png",
- "selectedIconPath": "static/images/tabbar/shop_selected.png"
- },
- {
- "pagePath": "pages/member/list",
- "text": "会员",
- "iconPath": "static/images/tabbar/member.png",
- "selectedIconPath": "static/images/tabbar/member_selected.png"
- },
- {
- "pagePath": "pages/my/index",
- "text": "我的",
- "iconPath": "static/images/tabbar/my.png",
- "selectedIconPath": "static/images/tabbar/my_selected.png"
- }
- ]
- }
- }
|