Merge remote-tracking branch 'origin/main' into dev-cl

# Conflicts:
#	.env.base
This commit is contained in:
2024-07-07 12:32:17 +08:00
42 changed files with 1468 additions and 538 deletions

View File

@@ -1,14 +1,14 @@
# 本地开发环境
NODE_ENV=development
VITE_NODE_ENV=development
VITE_DEV=true
# 请求路径
#VITE_BASE_URL='http://api-dashboard.yudao.iocoder.cn'
#VITE_BASE_URL='http://118.31.23.45:48080'
VITE_BASE_URL='http://localhost:48080'
# 上传路径
VITE_UPLOAD_URL='http://118.31.23.45:48080/admin-api/system/file/upload'
# VITE_UPLOAD_URL='http://118.31.23.45:48080/admin-api/system/file/upload'
VITE_UPLOAD_URL='http://114.55.169.15:48080/admin-api/system/file/upload'
# 接口前缀
VITE_API_BASEPATH=/crm-api