feat: 添加微信支付和调试功能,配置环境变量和代理
- 添加微信支付相关API和配置 - 引入vconsole实现调试功能 - 配置环境变量文件(.env, .env.development, .env.production) - 添加代理配置和工具函数 - 更新依赖包以支持新功能
Showing
19 changed files
with
637 additions
and
5 deletions
.env
0 → 100644
.env.development
0 → 100644
.env.production
0 → 100644
.eslintrc-auto-import.json
0 → 100644
build/proxy.js
0 → 100644
This diff is collapsed. Click to expand it.
src/api/common.js
0 → 100644
src/api/data.js
0 → 100644
src/api/fn.js
0 → 100644
src/api/wx/config.js
0 → 100644
src/api/wx/jsApiList.js
0 → 100644
src/api/wx/pay.js
0 → 100644
src/utils/axios.js
0 → 100644
src/utils/tools.js
0 → 100644
src/utils/vconsole.js
0 → 100644
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment