feat 商户管理对接

This commit is contained in:
bootx
2024-07-13 22:40:11 +08:00
parent 85341d1a1c
commit 6121eaba10
18 changed files with 833 additions and 59 deletions

View File

@@ -1 +1,13 @@
# DaxPay多商户前端
## 简绍
vite5 + vue3.4 + vben admin2 + antd vue4 搭建
## 启动命令
```shell
# 运营管理端
pnpm vite --mode admin
# 商户端
pnpm vite --mode merchant
```