完成支付、快递、电子面单、模板消息等功能

This commit is contained in:
hupeng
2023-07-25 23:45:03 +08:00
parent 5577434843
commit 2524f558b5
67 changed files with 5696 additions and 2198 deletions

View File

@ -4,10 +4,10 @@ NODE_ENV=production
VITE_DEV=false
# 请求路径
VITE_BASE_URL='http://api-dashboard.yudao.iocoder.cn'
VITE_BASE_URL='http://api-dashboard.yixiang.co'
# 上传路径
VITE_UPLOAD_URL='http://api-dashboard.yudao.iocoder.cn/admin-api/infra/file/upload'
VITE_UPLOAD_URL='http://api-dashboard.yixiang.co/admin-api/infra/file/upload'
# 接口前缀
VITE_API_BASEPATH=
@ -25,7 +25,7 @@ VITE_DROP_CONSOLE=true
VITE_SOURCEMAP=false
# 打包路径
VITE_BASE_PATH='http://static-vue3.yudao.iocoder.cn/'
VITE_BASE_PATH='http://static-vue3.yixiang.co/'
# 输出路径
VITE_OUT_DIR=dist-stage