207 lines
4.1 KiB
JSON
207 lines
4.1 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {}
|
|
},
|
|
{
|
|
"path": "pages/order/index",
|
|
"style": {
|
|
"navigationBarTitleText": "订单列表"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "订单详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/refund",
|
|
"style": {
|
|
"navigationBarTitleText": "代客退单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/delivery",
|
|
"style": {
|
|
"navigationBarTitleText": "推送外卖订单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/call/index",
|
|
"style": {
|
|
"navigationBarTitleText": "云叫号"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/table/order",
|
|
"style": {
|
|
"navigationBarTitleText": "代客点单"
|
|
}
|
|
},
|
|
|
|
{
|
|
"path": "pages/table/food",
|
|
"style": {
|
|
"navigationBarTitleText": "菜单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/flow/checkout",
|
|
"style": {
|
|
"navigationBarTitleText": "确认订单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/cropper/cropper",
|
|
"style": {
|
|
"navigationBarTitleText": "裁剪图片",
|
|
"navigationBarBackgroundColor": "#000000"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/index",
|
|
"style": {
|
|
"navigationBarTitleText": "用户中心",
|
|
"navigationBarBackgroundColor": "#1196DB",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/goods/index",
|
|
"style": {
|
|
"navigationBarTitleText": "商品管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/goods/add",
|
|
"style": {
|
|
"navigationBarTitleText": "添加商品"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/goods/edit",
|
|
"style": {
|
|
"navigationBarTitleText": "编辑商品"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/shop/edit",
|
|
"style": {
|
|
"navigationBarTitleText": "编辑门店"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/category/index",
|
|
"style": {
|
|
"navigationBarTitleText": "商品分类管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/category/add",
|
|
"style": {
|
|
"navigationBarTitleText": "添加商品分类"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/category/edit",
|
|
"style": {
|
|
"navigationBarTitleText": "编辑商品分类"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/table/index",
|
|
"style": {
|
|
"navigationBarTitleText": "餐桌/包间管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/table/add",
|
|
"style": {
|
|
"navigationBarTitleText": "添加餐桌/包间"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/table/edit",
|
|
"style": {
|
|
"navigationBarTitleText": "编辑餐桌/包间"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/clerk/index",
|
|
"style": {
|
|
"navigationBarTitleText": "店员管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/clerk/add",
|
|
"style": {
|
|
"navigationBarTitleText": "添加店员"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/clerk/edit",
|
|
"style": {
|
|
"navigationBarTitleText": "编辑店员"
|
|
}
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#6e6d6b",
|
|
"selectedColor": "#000000",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "/static/images/home.png",
|
|
"selectedIconPath": "/static/images/home_on.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/order/index",
|
|
"text": "订单",
|
|
"iconPath": "/static/images/order.png",
|
|
"selectedIconPath": "/static/images/order_on.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/table/order",
|
|
"text": "点单",
|
|
"iconPath": "/static/images/dot.png",
|
|
"selectedIconPath": "/static/images/dot_on.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/call/index",
|
|
"text": "叫号",
|
|
"iconPath": "/static/images/call.png",
|
|
"selectedIconPath": "/static/images/call_on.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/index",
|
|
"text": "我的",
|
|
"iconPath": "/static/images/user.png",
|
|
"selectedIconPath": "/static/images/user_on.png"
|
|
}
|
|
],
|
|
"position": "bottom"
|
|
},
|
|
"requiredPrivateInfos":[
|
|
"chooseLocation" //到公众平台自行开通权限,否则影响功能
|
|
],
|
|
"debug": true,
|
|
"sitemapLocation": "sitemap.json",
|
|
"globalStyle": {
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTextStyle": "black",
|
|
"backgroundTextStyle": "dark"
|
|
},
|
|
"subPackages": []
|
|
}
|