mirror of
https://gitee.com/bootx/dax-pay-h5.git
synced 2025-10-14 06:04:51 +00:00
doc 文档和打包配置更新
This commit is contained in:
@@ -10,7 +10,7 @@ VITE_GLOB_API_URL_PREFIX = /
|
||||
VITE_DROP_CONSOLE = true
|
||||
|
||||
# API
|
||||
VITE_GLOB_API_URL =
|
||||
VITE_GLOB_API_URL = /server
|
||||
|
||||
# 图片上传地址
|
||||
VITE_GLOB_UPLOAD_URL =
|
||||
|
55
README.md
55
README.md
@@ -1 +1,56 @@
|
||||
# DaxPay H5端
|
||||
|
||||
## 🍈项目介绍
|
||||
|
||||
> DaxPay是一套基于Bootx-Platform脚手架构建的一套开源支付网关系统,已经对接支付宝、微信支付相关的接口,以及扩展了钱包支付、储值卡支付、现金支付等新的支付方式。
|
||||
> 可以独立部署,提供接口供业务系统进行调用,不对原有系统产生影响
|
||||
|
||||
## 🍒 文档和源码地址
|
||||
### 文档地址
|
||||
在 [Bootx开源文档站](https://bootx.gitee.io/) 下的支付网关(DaxPay)模块下可以进行查阅相关文档,具体链接地址如下:
|
||||
[快速指南](https://bootx.gitee.io/daxpay/guides/overview/项目介绍.html)、
|
||||
[支付对接](https://bootx.gitee.io/daxpay/gateway/overview/接口清单.html)、
|
||||
[平台配置](https://bootx.gitee.io/daxpay/admin/config/平台配置.html)
|
||||
|
||||
### 项目地址
|
||||
后端地址:[https://gitee.com/bootx/dax-pay](https://gitee.com/bootx/dax-pay)
|
||||
|
||||
Web前端地址:[https://gitee.com/bootx/dax-pay-ui](https://gitee.com/bootx/dax-pay-ui)
|
||||
|
||||
H5前端地址:[https://gitee.com/bootx/dax-pay-h5](https://gitee.com/bootx/dax-pay-h5)
|
||||
|
||||
## 🏬 系统演示
|
||||
### 管理平台:
|
||||
> 注:演示账号部分功能修改删除权限未开放。
|
||||
|
||||
地址:https://daxpay.demo.bootx.cn
|
||||
|
||||
账号:daxpay
|
||||
|
||||
密码:123456
|
||||
|
||||
### 网关接口
|
||||
> 注:接口平台只开放支付网关相关的接口,不开放系统其他接口。
|
||||
|
||||
地址: https://daxpay.server.bootx.cn/doc.html
|
||||
|
||||
账号: daxpay
|
||||
|
||||
密码: 123456
|
||||
|
||||
### 收银台演示
|
||||
> 请勿大额支付,可以通过后台管理端进行退款
|
||||
|
||||
电脑收银台地址: https://daxpay.demo.bootx.cn/#/cashier
|
||||
|
||||
手机收银台地址: https://daxpay.demo.bootx.cn/h5/#/cashier/uniCashier
|
||||
|
||||
## 项目启动
|
||||
```shell
|
||||
# 安装项目依赖, 请使用Node16及以上版本
|
||||
pnpm install
|
||||
# 启动项目
|
||||
pnpm run dev
|
||||
# 构建打包
|
||||
pnpm build
|
||||
```
|
||||
|
6
components.d.ts
vendored
6
components.d.ts
vendored
@@ -17,15 +17,9 @@ declare module '@vue/runtime-core' {
|
||||
VanConfigProvider: typeof import('vant/es')['ConfigProvider']
|
||||
VanField: typeof import('vant/es')['Field']
|
||||
VanForm: typeof import('vant/es')['Form']
|
||||
Vani: typeof import('vant/es')['i']
|
||||
VanIcon: typeof import('vant/es')['Icon']
|
||||
VanInput: typeof import('vant/es')['Input']
|
||||
VanLoading: typeof import('vant/es')['Loading']
|
||||
VanNavBar: typeof import('vant/es')['NavBar']
|
||||
VanNumberKeyboard: typeof import('vant/es')['NumberKeyboard']
|
||||
VanOverlay: typeof import('vant/es')['Overlay']
|
||||
VanRadio: typeof import('vant/es')['Radio']
|
||||
VanRadioGroup: typeof import('vant/es')['RadioGroup']
|
||||
VanSwitch: typeof import('vant/es')['Switch']
|
||||
VanTabbar: typeof import('vant/es')['Tabbar']
|
||||
VanTabbarItem: typeof import('vant/es')['TabbarItem']
|
||||
|
Reference in New Issue
Block a user