Files
xk-admin/README.md
李琦 879efb8f29 feat: 管理端公账支付与确认、锁店遮罩及表单提交修复
新增公账账单/到账确认页与全局锁店组件;系统配置补公账参数面板;
统一弹窗 onConfirm 校验提交,并完善订单详情与门店相关交互。
2026-08-21 12:51:42 +08:00

18 lines
295 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 新萧康后台
## 按钮权限
使用这种方式来授权
```vue
v-access:code="['Admin']
```
# Web + 桌面一起打
pnpm build:antd-desktop
# 只打 Web
node build-antd-desktop.mjs --only=web
# 只打桌面(需已有 apps/web-antd/dist
node build-antd-desktop.mjs --only=desktop