feat: 商家端代码
This commit is contained in:
@@ -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: '账号安全' } },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user