123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589 |
- {
- "globalStyle": {
- "navigationBarTitleText": "手机管理端",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#fff"
- },
- "tabBar": {
- "borderStyle": "black",
- "backgroundColor": "#fff",
- "color": "#7a7a7a",
- "selectedColor": "#27a34f",
- "list": [
- {
- "text": "订单",
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBar/icon_green_1.png",
- "selectedIconPath": "static/tabBar/icon_green_1_select.png"
- },
- {
- "text": "菜单",
- "pagePath": "pages/manage/index",
- "iconPath": "static/tabBar/icon_green_2.png",
- "selectedIconPath": "static/tabBar/icon_green_2_select.png"
- },
- {
- "text": "群助理",
- "pagePath": "pages/assistant/index",
- "iconPath": "static/tabBar/icon_green_4.png",
- "selectedIconPath": "static/tabBar/icon_green_4_select.png"
- },
- {
- "text": "手机管理端",
- "pagePath": "pages/index/login",
- "iconPath": "static/tabBar/icon_green_4.png",
- "selectedIconPath": "static/tabBar/icon_green_4_select.png"
- }
- ]
- },
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "手机管理端",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/index/index-scan",
- "style": {
- "navigationBarTitleText": "会员码订单列表"
- }
- },
- {
- "path": "pages/index/login",
- "style": {
- "navigationBarTitleText": "手机管理端"
- }
- },
- {
- "path": "pages/index/select",
- "style": {
- "navigationBarTitleText": "门店选择",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/index/refund",
- "style": {
- "navigationBarTitleText": "部分退款"
- }
- },
- {
- "path": "pages/index/difference",
- "style": {
- "navigationBarTitleText": "退差价"
- }
- },
- {
- "path": "pages/index/disparity",
- "style": {
- "navigationBarTitleText": "退差价"
- }
- },
- {
- "path": "pages/manage/index",
- "style": {
- "navigationBarTitleText": "菜单",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/manage/add-good-form",
- "style": {
- "navigationBarTitleText": "新增商品"
- }
- },
- {
- "path": "pages/manage/good-list",
- "style": {
- "navigationBarTitleText": "商品列表"
- }
- },
- {
- "path": "pages/manage/edit-good-form",
- "style": {
- "navigationBarTitleText": "编辑商品"
- }
- },
- {
- "path": "pages/manage/classify",
- "style": {
- "navigationBarTitleText": "分类管理"
- }
- },
- {
- "path": "pages/manage/classify-form",
- "style": {
- "navigationBarTitleText": "新增分类"
- }
- },
- {
- "path": "pages/manage/spec-edit",
- "style": {
- "navigationBarTitleText": "规格设置"
- }
- },
- {
- "path": "pages/manage/spec-item-form",
- "style": {
- "navigationBarTitleText": "规格价格"
- }
- },
- {
- "path": "pages/manage/statistics/nav",
- "style": {
- "navigationBarTitleText": "数据统计"
- }
- },
- {
- "path": "pages/manage/statistics/order",
- "style": {
- "navigationBarTitleText": "订单分析"
- }
- },
- {
- "path": "pages/manage/statistics/product",
- "style": {
- "navigationBarTitleText": "商品销量分析"
- }
- },
- {
- "path": "pages/manage/statistics/uv",
- "style": {
- "navigationBarTitleText": "访客分析"
- }
- },
- {
- "path": "pages/manage/statistics/uv2",
- "style": {
- "navigationBarTitleText": "访客分析"
- }
- },
- {
- "path": "pages/manage/statistics/pv",
- "style": {
- "navigationBarTitleText": "访客数据分析"
- }
- },
- {
- "path": "pages/manage/coupon/form",
- "style": {
- "navigationBarTitleText": "新增优惠券"
- }
- },
- {
- "path": "pages/manage/coupon/edit-form",
- "style": {
- "navigationBarTitleText": "编辑优惠券"
- }
- },
- {
- "path": "pages/manage/coupon/form2",
- "style": {
- "navigationBarTitleText": "新增优惠券"
- }
- },
- {
- "path": "pages/manage/coupon/list",
- "style": {
- "navigationBarTitleText": "优惠券列表"
- }
- },
- {
- "path": "pages/manage/coupon/goods-select",
- "style": {
- "navigationBarTitleText": "商品选择"
- }
- },
- {
- "path": "pages/manage/mina/index",
- "style": {
- "navigationBarTitleText": "快速注册"
- }
- },
- {
- "path": "pages/manage/mina/register",
- "style": {
- "navigationBarTitleText": "快速注册"
- }
- },
- {
- "path": "pages/manage/mina/query",
- "style": {
- "navigationBarTitleText": "状态查询"
- }
- },
- {
- "path": "pages/manage/mina/set-data",
- "style": {
- "navigationBarTitleText": "信息设置"
- }
- },
- {
- "path": "pages/manage/mina/re-nickname",
- "style": {
- "navigationBarTitleText": "昵称设置"
- }
- },
- {
- "path": "pages/manage/mina/re-headimg",
- "style": {
- "navigationBarTitleText": "头像设置"
- }
- },
- {
- "path": "pages/manage/mina/re-signature",
- "style": {
- "navigationBarTitleText": "功能介绍设置"
- }
- },
- {
- "path": "pages/manage/poster/index",
- "style": {
- "navigationBarTitleText": "分享海报"
- }
- },
- {
- "path": "pages/manage/poster/good-list",
- "style": {
- "navigationBarTitleText": "商品海报"
- }
- },
- {
- "path": "pages/manage/user/index",
- "style": {
- "navigationBarTitleText": "账号设置"
- }
- },
- {
- "path": "pages/manage/user/password",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- },
- {
- "path": "pages/manage/user/info",
- "style": {
- "navigationBarTitleText": "账号信息"
- }
- },
- {
- "path": "pages/manage/user/phone",
- "style": {
- "navigationBarTitleText": "修改手机号"
- }
- },
- {
- "path": "pages/manage/cashier/index",
- "style": {
- "navigationBarTitleText": "收银"
- }
- },
- {
- "path": "pages/manage/cashier/settlement",
- "style": {
- "navigationBarTitleText": "结算"
- }
- },
- {
- "path": "pages/manage/cashier/list",
- "style": {
- "navigationBarTitleText": "历史单据",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/manage/cashier/detail",
- "style": {
- "navigationBarTitleText": "单据详情"
- }
- },
- {
- "path": "pages/manage/cashier/refund",
- "style": {
- "navigationBarTitleText": "退货"
- }
- },
- {
- "path": "pages/manage/cashier/cache",
- "style": {
- "navigationBarTitleText": "挂单"
- }
- },
- {
- "path": "pages/manage/cashier/cache-detail",
- "style": {
- "navigationBarTitleText": "挂单详情"
- }
- },
- {
- "path": "pages/assistant/index",
- "style": {
- "navigationBarTitleText": "群助理",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/assistant/re-status",
- "style": {
- "navigationBarTitleText": "群状态设置"
- }
- },
- {
- "path": "pages/assistant/re-pid",
- "style": {
- "navigationBarTitleText": "团长号设置"
- }
- },
- {
- "path": "pages/assistant/setting",
- "style": {
- "navigationBarTitleText": "群设置"
- }
- },
- {
- "path": "pages/assistant/setting2",
- "style": {
- "navigationBarTitleText": "平台设置"
- }
- },
- {
- "path": "pages/index/register",
- "style": {
- "navigationBarTitleText": "快速注册",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/index/register2",
- "style": {
- "navigationBarTitleText": "快速注册",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/index/find-password",
- "style": {
- "navigationBarTitleText": "找回密码"
- }
- },
- {
- "path": "pages/guide/form",
- "style": {
- "navigationBarTitleText": "开通店铺"
- }
- },
- {
- "path": "pages/assistant/add",
- "style": {
- "navigationBarTitleText": "添加群"
- }
- },
- {
- "path": "pages/guide/apply",
- "style": {
- "navigationBarTitleText": "申请开通店铺"
- }
- },
- {
- "path": "pages/guide/success",
- "style": {
- "navigationBarTitleText": "开通成功"
- }
- },
- {
- "path": "pages/custom/webview",
- "style": {
- "navigationBarTitleText": "协议"
- }
- },
- {
- "path": "pages/custom/course",
- "style": {
- "navigationBarTitleText": "教程"
- }
- },
- {
- "path": "pages/manage/shop/points",
- "style": {
- "navigationBarTitleText": "设置积分"
- }
- },
- {
- "path": "pages/guide/points",
- "style": {
- "navigationBarTitleText": "设置积分"
- }
- },
- {
- "path": "pages/manage/shop/set-shop",
- "style": {
- "navigationBarTitleText": "基础设置"
- }
- },
- {
- "path": "pages/manage/shop/index",
- "style": {
- "navigationBarTitleText": "店铺设置"
- }
- },
- {
- "path": "pages/manage/shop/delivery",
- "style": {
- "navigationBarTitleText": "配送设置"
- }
- },
- {
- "path": "pages/guide/delivery",
- "style": {
- "navigationBarTitleText": "配送设置"
- }
- },
- {
- "path": "pages/wallet/index",
- "style": {
- "navigationBarTitleText": "提现管理"
- }
- },
- {
- "path": "pages/wallet/bind",
- "style": {
- "navigationBarTitleText": "绑定提现账号"
- }
- },
- {
- "path": "pages/wallet/detail",
- "style": {
- "navigationBarTitleText": "提现详情"
- }
- },
- {
- "path": "pages/wallet/bill",
- "style": {
- "navigationBarTitleText": "账单记录",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/assistant/set-platform",
- "style": {
- "navigationBarTitleText": "关联群平台"
- }
- },
- {
- "path": "pages/assistant/set-time",
- "style": {
- "navigationBarTitleText": "助理工作时间"
- }
- },
- {
- "path": "pages/assistant/set-welcome",
- "style": {
- "navigationBarTitleText": "群欢迎设置"
- }
- },
- {
- "path": "pages/assistant/add-platform",
- "style": {
- "navigationBarTitleText": "添加平台"
- }
- },
- {
- "path": "pages/assistant/welcome-item",
- "style": {
- "navigationBarTitleText": "群消息"
- }
- },
- {
- "path": "pages/wallet/withdrawal-list",
- "style": {
- "navigationBarTitleText": "提现列表",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/wallet/withdrawal-detail",
- "style": {
- "navigationBarTitleText": "提现详情"
- }
- },
- {
- "path": "pages/youxuan/index",
- "style": {
- "navigationBarTitleText": "优选分类"
- }
- },
- {
- "path": "pages/youxuan/good",
- "style": {
- "navigationBarTitleText": "优选商品"
- }
- },
- {
- "path": "pages/youxuan/brand",
- "style": {
- "navigationBarTitleText": "优选品牌"
- }
- },
- {
- "path": "pages/youxuan/good-detail",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- },
- {
- "path": "pages/youxuan/nav",
- "style": {
- "navigationBarTitleText": "优选管理"
- }
- },
- {
- "path": "pages/youxuan/order/index",
- "style": {
- "navigationBarTitleText": "优选订单",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/youxuan/order/detail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/youxuan/profit",
- "style": {
- "navigationBarTitleText": "收益记录",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/bd/nav",
- "style": {
- "navigationBarTitleText": "bd管理"
- }
- },
- {
- "path": "pages/bd/profit",
- "style": {
- "navigationBarTitleText": "我的收益"
- }
- },
- {
- "path": "pages/bd/chief",
- "style": {
- "navigationBarTitleText": "我的团长"
- }
- },
- {
- "path": "pages/bd/code",
- "style": {
- "navigationBarTitleText": "我的邀请码"
- }
- }
- ]
- }
|