Files
akmon/pages/mall/pages-merchant.json
2026-01-20 08:04:15 +08:00

169 lines
4.3 KiB
JSON

{
"pages": [
{
"path": "pages/mall/nfc/merchant/index",
"style": {
"navigationBarTitleText": "商户工作台",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/merchant/pos-cashier",
"style": {
"navigationBarTitleText": "收银台",
"backgroundColor": "#ffffff"
}
},
{
"path": "pages/mall/nfc/merchant/menu-management",
"style": {
"navigationBarTitleText": "菜品管理",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/merchant/inventory",
"style": {
"navigationBarTitleText": "库存管理",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/merchant/sales-statistics",
"style": {
"navigationBarTitleText": "销售统计",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/merchant/daily-settlement",
"style": {
"navigationBarTitleText": "日结算",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/merchant/transaction-records",
"style": {
"navigationBarTitleText": "交易记录",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/merchant/equipment-status",
"style": {
"navigationBarTitleText": "设备状态",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/merchant/promotion",
"style": {
"navigationBarTitleText": "促销活动",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/merchant/customer-analysis",
"style": {
"navigationBarTitleText": "顾客分析",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/merchant/financial-report",
"style": {
"navigationBarTitleText": "财务报表",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/merchant/settings",
"style": {
"navigationBarTitleText": "店铺设置",
"backgroundColor": "#f8f9fa"
}
}
],
"subPackages": [
{
"root": "pages/mall/nfc/merchant",
"pages": [
{
"path": "dish-detail",
"style": {
"navigationBarTitleText": "菜品详情"
}
},
{
"path": "product-detail",
"style": {
"navigationBarTitleText": "商品详情"
}
},
{
"path": "transaction-detail",
"style": {
"navigationBarTitleText": "交易详情"
}
},
{
"path": "equipment-detail",
"style": {
"navigationBarTitleText": "设备详情"
}
},
{
"path": "promotion-create",
"style": {
"navigationBarTitleText": "创建促销"
}
}
]
}
],
"tabBar": {
"color": "#999999",
"selectedColor": "#fd7e14",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/mall/nfc/merchant/index",
"text": "首页",
"iconPath": "static/icons/home.png",
"selectedIconPath": "static/icons/home-active.png"
},
{
"pagePath": "pages/mall/nfc/merchant/pos-cashier",
"text": "收银",
"iconPath": "static/icons/cashier.png",
"selectedIconPath": "static/icons/cashier-active.png"
},
{
"pagePath": "pages/mall/nfc/merchant/sales-statistics",
"text": "统计",
"iconPath": "static/icons/statistics.png",
"selectedIconPath": "static/icons/statistics-active.png"
},
{
"pagePath": "pages/mall/nfc/merchant/settings",
"text": "设置",
"iconPath": "static/icons/settings.png",
"selectedIconPath": "static/icons/settings-active.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "商户工作台",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#f8f9fa"
}
}