Files
continew-admin-ui/.env.development
2024-04-08 21:34:02 +08:00

11 lines
179 B
Plaintext

# 环境变量 (命名必须以 VITE_ 开头)
# 接口前缀
VITE_API_PREFIX = '/api'
# 接口地址
VITE_API_BASE_URL = 'http://localhost:8000'
# 地址前缀
VITE_BASE = '/'