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
211 B
Plaintext

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