feat: 商家端代码

This commit is contained in:
FlowerWater
2025-12-19 12:04:22 +08:00
parent 3c21b074c4
commit 9591234e70
22 changed files with 4776 additions and 210 deletions

View File

@@ -28,9 +28,15 @@ export default defineUniPages({
pages: [
{ path: 'dashboard/index', style: { navigationBarTitleText: '商家工作台' } },
{ path: 'order/list', style: { navigationBarTitleText: '订单管理' } },
{ path: 'order/detail', style: { navigationBarTitleText: '订单详情' } },
{ path: 'goods/list', style: { navigationBarTitleText: '商品管理' } },
{ path: 'goods/edit', style: { navigationBarTitleText: '编辑商品' } },
{ path: 'finance/index', style: { navigationBarTitleText: '财务中心' } },
{ path: 'finance/settlement', style: { navigationBarTitleText: '结算记录' } },
{ path: 'finance/withdraw', style: { navigationBarTitleText: '申请提现' } },
{ path: 'me/index', style: { navigationBarTitleText: '商家中心' } },
{ path: 'me/shop', style: { navigationBarTitleText: '店铺设置' } },
{ path: 'me/account', style: { navigationBarTitleText: '账号安全' } },
],
},
{