Skip to content

Commit

Permalink
Merge pull request #3 from xxm1995/dev
Browse files Browse the repository at this point in the history
2.0.5
  • Loading branch information
xxm1995 committed Apr 18, 2024
2 parents 593e556 + 6a1b176 commit e7171b8
Show file tree
Hide file tree
Showing 32 changed files with 4,355 additions and 2,035 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
VITE_PORT=3100

# spa-title
VITE_GLOB_APP_TITLE=dax-pay
VITE_GLOB_APP_TITLE=支付网关管理端

# spa shortname
VITE_GLOB_APP_SHORT_NAME=dax_pay
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Dax-Pay-UI


## ❗使用须知

`DaxPay`是一款基于`Apache License 2.0`协议分发的开源软件,受中华人民共和国相关法律法规的保护和限制,可以在符合[《用户授权使用协议》](用户授权使用协议.txt)
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
</style>
<div class="app-loading">
<div class="app-loading-wrap">
<img src="/resource/img/logo.png" class="app-loading-logo" alt="Logo" />
<img src="/resource/img/logo-dark.png" class="app-loading-logo" alt="Logo" />
<div class="app-loading-dots">
<span class="dot dot-spin"><i></i><i></i><i></i><i></i></span>
</div>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"vue-json-pretty": "^2.0.6",
"vue-router": "^4.0.16",
"vue-types": "^4.1.1",
"vxe-table": "^4.5.14",
"xe-utils": "^3.5.7",
"vxe-table": "^4.5.21",
"xe-utils": "^3.5.23",
"xlsx": "^0.18.5"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit e7171b8

Please sign in to comment.