buildadmin/web/.env.development

13 lines
342 B
Plaintext
Raw Normal View History

# 本地环境
ENV = 'development'
# base路径
VITE_BASE_PATH = './'
2022-02-24 17:44:00 +00:00
# 本地环境接口地址 - 尾部无需带'/'
VITE_AXIOS_BASE_URL = 'http://localhost:8000'
2022-06-25 16:17:44 +00:00
# 开发环境下跨域代理请输入要跨域的api地址 - 尾部无需带'/'
# VITE_PROXY_URL = 'http://localhost:8000'
2022-06-25 16:17:44 +00:00
# VITE_AXIOS_BASE_URL = 'http://localhost:1818'