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.
|
# 当前系统环境
|
|
VITE_ENV = 'production'
|
|
|
|
# 项目名称
|
|
VITE_APP_NAME = 'projectB'
|
|
|
|
# 项目部署地址
|
|
VITE_APP_BASE_URL = ''
|
|
|
|
# 项目请求地址
|
|
VITE_APP_API_URL = 'http://www.example.com/api/projectB' |