Files
ss-crm-manage-web/.env.base

34 lines
765 B
Plaintext
Raw Normal View History

2024-04-28 16:20:45 +08:00
# 本地开发环境
2024-05-23 14:08:08 +08:00
VITE_NODE_ENV=development
2024-04-28 16:20:45 +08:00
VITE_DEV=true
# 请求路径
2025-11-04 14:06:59 +08:00
# VITE_BASE_URL='http://47.98.161.246:48080'
2025-10-30 02:23:09 +08:00
# VITE_BASE_URL='http://114.215.207.150:48080'
2025-11-04 14:06:59 +08:00
VITE_BASE_URL='http://localhost:48080'
2025-06-06 11:51:04 +08:00
# 高德地图key密钥
# 1寻驾
2025-09-23 16:09:25 +08:00
# VITE_AMAP_KEY=ec6b7ebe38f7ff27126f7088d87a9091
2025-06-06 11:51:04 +08:00
# 2莳松
2025-09-23 16:09:25 +08:00
VITE_AMAP_KEY=9233a9d4ffe95fb335e70834503460fa
2024-04-28 16:20:45 +08:00
2025-02-28 19:09:18 +08:00
# 小程序接口请求路劲
VITE_APPLET_URL='https://cloud.ahduima.com'
# 题库路径
VITE_TIKU_URL = 'http://47.98.161.246'
2024-04-28 16:20:45 +08:00
# 上传路径
2025-02-12 17:10:23 +08:00
VITE_UPLOAD_URL='http://47.98.161.246:48080/admin-api/system/file/upload'
2024-07-04 14:41:34 +08:00
# VITE_UPLOAD_URL='http://114.55.169.15:48080/admin-api/system/file/upload'
2024-04-28 16:20:45 +08:00
# 接口前缀
2024-06-23 12:24:27 +08:00
VITE_API_BASEPATH=/crm-api
2024-04-28 16:20:45 +08:00
# 接口地址
VITE_API_URL=/admin-api
# 打包路径
2024-06-23 16:48:28 +08:00
VITE_BASE_PATH=/crm/