|
|
@@ -1,27 +1,21 @@
|
|
|
{
|
|
|
"pages": [
|
|
|
{
|
|
|
- "path": "pages/home/index",
|
|
|
+ "path": "admin/home/workbench",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
+ "navigationBarTitleText": "工作台"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/home/category",
|
|
|
+ "path": "admin/home/order",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "分类"
|
|
|
+ "navigationBarTitleText": "订单"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/home/shop",
|
|
|
+ "path": "admin/home/member",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "门店"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/home/user",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的"
|
|
|
+ "navigationBarTitleText": "客户"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
@@ -40,109 +34,242 @@
|
|
|
],
|
|
|
"subPackages": [
|
|
|
{
|
|
|
- "root": "pages/user",
|
|
|
+ "root": "admin/order",
|
|
|
"pages": [
|
|
|
{
|
|
|
- "path": "register",
|
|
|
+ "path": "detail",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "注册"
|
|
|
+ "navigationBarTitleText": "详情"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "password",
|
|
|
+ "path": "ship",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "修改密码"
|
|
|
+ "navigationBarTitleText": "发货"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "fill-form",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "填写收花人"
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- "root": "pages/goods",
|
|
|
+ "root": "admin/member",
|
|
|
"pages": [
|
|
|
+ {
|
|
|
+ "path": "add",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "添加客户"
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"path": "detail",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "详情"
|
|
|
+ "navigationBarTitleText": "客户详情"
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- "root": "pages/pay",
|
|
|
+ "root": "admin/interest",
|
|
|
"pages": [
|
|
|
{
|
|
|
- "path": "index",
|
|
|
+ "path": "invite",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
+ "navigationBarTitleText": "邀请列表"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "my-invite",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的邀请"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "setting",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "奖励设置"
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- "root": "pages/callback",
|
|
|
+ "root": "admin/coupon",
|
|
|
"pages": [
|
|
|
{
|
|
|
- "path": "index"
|
|
|
+ "path": "list",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "优惠券"
|
|
|
+ }
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- "root": "pages/coupon",
|
|
|
+ "root": "admin/ad",
|
|
|
"pages": [
|
|
|
{
|
|
|
"path": "list",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "优惠券",
|
|
|
- "enablePullDownRefresh": true
|
|
|
+ "navigationBarTitleText": "广告列表"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "add",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "添加广告"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "sel-goods",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商品选择"
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- "root": "pages/order",
|
|
|
+ "root": "admin/staff",
|
|
|
"pages": [
|
|
|
{
|
|
|
"path": "list",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "订单列表",
|
|
|
- "enablePullDownRefresh": true
|
|
|
+ "navigationBarTitleText": "员工管理"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "detail",
|
|
|
+ "path": "add",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "订单列表"
|
|
|
+ "navigationBarTitleText": ""
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "buy",
|
|
|
+ "path": "sel-member",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "订单确认"
|
|
|
+ "navigationBarTitleText": "客户列表"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "admin/shop",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path": "list",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "店铺管理"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "comment",
|
|
|
+ "path": "add",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "评价"
|
|
|
+ "navigationBarTitleText": ""
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- "root": "pages/interest",
|
|
|
+ "root": "admin/setting",
|
|
|
"pages": [
|
|
|
{
|
|
|
- "path": "invite",
|
|
|
+ "path": "list",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "邀请排行",
|
|
|
- "enablePullDownRefresh": true
|
|
|
+ "navigationBarTitleText": "设置"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "wx-menu",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "微信菜单设置"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "coupon",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "新人领券设置"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "level",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "会员等级",
|
|
|
- "enablePullDownRefresh": true
|
|
|
+ "navigationBarTitleText": "会员等级设置"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "password",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "密码设置"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "admin/goodsManage",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path": "list",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商品管理"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "category",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "分类管理"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "add",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "添加商品"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "img-store",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "图库管理"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "goods-name",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "填写商品信息"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "freight",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "运费设置"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "price-increase",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "节假日自动涨价"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "admin/statistics",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path": "index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "数据统计"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "admin/assets",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path": "list",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "收入明细"
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
@@ -158,6 +285,17 @@
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "admin/template",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path": "index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "选择模板"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
],
|
|
|
"globalStyle": {
|
|
|
@@ -170,32 +308,26 @@
|
|
|
},
|
|
|
"tabBar": {
|
|
|
"color": "#C0C4CC",
|
|
|
- "selectedColor": "#fa436a",
|
|
|
+ "selectedColor": "#3385FF",
|
|
|
"borderStyle": "black",
|
|
|
"backgroundColor": "#ffffff",
|
|
|
"list": [{
|
|
|
- "pagePath": "pages/home/index",
|
|
|
- "iconPath": "static/images/common/home-no.png",
|
|
|
- "selectedIconPath": "static/images/common/home-is.png",
|
|
|
- "text": "首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/home/category",
|
|
|
- "iconPath": "static/images/common/category-no.png",
|
|
|
- "selectedIconPath": "static/images/common/category-is.png",
|
|
|
- "text": "分类"
|
|
|
+ "pagePath": "admin/home/workbench",
|
|
|
+ "iconPath": "static/images/admin/workbench-no.png",
|
|
|
+ "selectedIconPath": "static/images/admin/workbench-is.png",
|
|
|
+ "text": "工作台"
|
|
|
},
|
|
|
{
|
|
|
- "pagePath": "pages/home/shop",
|
|
|
- "iconPath": "static/images/common/shop-no.png",
|
|
|
- "selectedIconPath": "static/images/common/shop-is.png",
|
|
|
- "text": "门店"
|
|
|
+ "pagePath": "admin/home/order",
|
|
|
+ "iconPath": "static/images/admin/order-no.png",
|
|
|
+ "selectedIconPath": "static/images/admin/order-is.png",
|
|
|
+ "text": "订单"
|
|
|
},
|
|
|
{
|
|
|
- "pagePath": "pages/home/user",
|
|
|
- "iconPath": "static/images/common/user-no.png",
|
|
|
- "selectedIconPath": "static/images/common/user-is.png",
|
|
|
- "text": "我的"
|
|
|
+ "pagePath": "admin/home/member",
|
|
|
+ "iconPath": "static/images/admin/member-no.png",
|
|
|
+ "selectedIconPath": "static/images/admin/member-is.png",
|
|
|
+ "text": "客户"
|
|
|
}
|
|
|
]
|
|
|
}
|