| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- {
- "pages": [
- {
- "path": "pages/admin/workbench",
- "style": {
- "navigationBarTitleText": "工作台"
- }
- },
- {
- "path": "pages/admin/order",
- "style": {
- "navigationBarTitleText": "订单"
- }
- },
- {
- "path": "pages/admin/member",
- "style": {
- "navigationBarTitleText": "客户"
- }
- },
- {
- "path": "pages/common/redirect",
- "style": {
- "navigationBarTitleText": "加载中..."
- }
- },
- {
- "path": "pages/common/webview",
- "style": {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- }
- ],
- "subPackages": [
- {
- "root": "pages/order",
- "pages": [
- {
- "path": "admin/detail",
- "style": {
- "navigationBarTitleText": "详情"
- }
- }
- ]
- },
- {
- "root": "pages/member",
- "pages": [
- {
- "path": "add",
- "style": {
- "navigationBarTitleText": "添加客户"
- }
- },
- {
- "path": "detail",
- "style": {
- "navigationBarTitleText": "客户详情"
- }
- }
- ]
- },
- {
- "root": "pages/interest",
- "pages": [
- {
- "path": "admin/invite",
- "style": {
- "navigationBarTitleText": "邀请列表"
- }
- },
- {
- "path": "admin/my-invite",
- "style": {
- "navigationBarTitleText": "邀请列表"
- }
- },
- {
- "path": "admin/setting",
- "style": {
- "navigationBarTitleText": "奖励设置"
- }
- }
- ]
- },
- {
- "root": "pages/coupon",
- "pages": [
- {
- "path": "admin/list",
- "style": {
- "navigationBarTitleText": "优惠券"
- }
- }
- ]
- },
- {
- "root": "pages/ad",
- "pages": [
- {
- "path": "list",
- "style": {
- "navigationBarTitleText": "广告列表"
- }
- },
- {
- "path": "add",
- "style": {
- "navigationBarTitleText": "添加广告"
- }
- },
- {
- "path": "sel-goods",
- "style": {
- "navigationBarTitleText": "商品选择"
- }
- }
- ]
- },
- {
- "root": "pages/staff",
- "pages": [
- {
- "path": "list",
- "style": {
- "navigationBarTitleText": "员工管理"
- }
- },
- {
- "path": "add",
- "style": {
- "navigationBarTitleText": "添加员工"
- }
- },
- {
- "path": "sel-member",
- "style": {
- "navigationBarTitleText": "客户列表"
- }
- }
- ]
- }
- ],
- "globalStyle": {
- // #ifdef H5
- "navigationStyle": "custom",
- // #endif
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "花卉宝",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "color": "#C0C4CC",
- "selectedColor": "#3385FF",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/admin/workbench",
- "iconPath": "static/images/admin/workbench-no.png",
- "selectedIconPath": "static/images/admin/workbench-is.png",
- "text": "工作台"
- },
- {
- "pagePath": "pages/admin/order",
- "iconPath": "static/images/admin/order-no.png",
- "selectedIconPath": "static/images/admin/order-is.png",
- "text": "订单"
- },
- {
- "pagePath": "pages/admin/member",
- "iconPath": "static/images/admin/member-no.png",
- "selectedIconPath": "static/images/admin/member-is.png",
- "text": "客户"
- }
- ]
- }
- }
|