mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-06 04:09:36 +00:00
31 lines
1.4 KiB
Markdown
31 lines
1.4 KiB
Markdown
# Dax-Pay-UI
|
||
|
||
## 🍈 项目介绍
|
||
|
||
Dax-Pay是Bootx-Platform的子项目之一,主要是对支付收单和账务进行优化,精简与支付无关的模块,专注支付领域,对微信和支付宝的各种支付方式进行封装,
|
||
同时扩展了更多支付方式,如储值卡、现金卡等,可以作为一个简单的四方支付进行使用。
|
||
|
||
## 前端项目
|
||
|
||
> 基于 Vben-Admin-Next 前端脚手架
|
||
|
||
演示地址: [Dax支付系统](http://daxpay.demo.bootx.cn/)
|
||
后端项目:[后端项目](https://gitee.com/bootx/dax-pay)
|
||
|
||
使用Vue3 + Vite + TS进行构建开发
|
||
|
||
|
||
## 常见问题
|
||
出现以下错误不用管,不影响使用,只在第一次启动时出现,之后就不会再出现
|
||
```shell
|
||
ERROR Error: The following dependencies are imported but could not be resolved: 10:06:39
|
||
|
||
@vue-macros/reactivity-transform/macros (imported by C:/bootx/dax-pay-ui/src/components/Bootx/SuperQuery/SuperQueryItem.vue?id=0)
|
||
|
||
Are they installed?
|
||
at file:///C:/bootx/dax-pay-ui/node_modules/.pnpm/vite@4.3.5_jmirrwlmbumocpj2mhzxorzq7e/node_modules/vite/dist/node/chunks/dep-934dbc7c.js:44152:23
|
||
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
||
at async file:///C:/bootx/dax-pay-ui/node_modules/.pnpm/vite@4.3.5_jmirrwlmbumocpj2mhzxorzq7e/node_modules/vite/dist/node/chunks/dep-934dbc7c.js:43561:38
|
||
|
||
```
|