freight-dy-admin/.env.development

15 lines
291 B
Plaintext
Raw Normal View History

2024-09-08 03:01:57 +00:00
# 应用端口
VITE_APP_PORT = 3000
# 代理前缀
VITE_APP_BASE_API = '/'
# /test/sh0001/api
# 线上接口地址
2024-09-08 06:47:11 +00:00
VITE_APP_API_URL = 'https://ifanda.52zaisheng.cn/dy'
2024-09-08 03:01:57 +00:00
# 开发接口地址
# VITE_APP_API_URL = http://localhost:8989
# 是否启用 Mock 服务
VITE_MOCK_DEV_SERVER = false