You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
210 B
Plaintext

# 当前系统环境
VITE_ENV = 'test'
# 项目名称
VITE_APP_NAME = 'projectA'
# 项目部署地址
VITE_APP_BASE_URL = ''
# 项目请求地址
VITE_APP_API_URL = 'http://www.test.example.com/api/projectA'