You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
276 B
13 lines
276 B
NODE_ENV = 'production'
|
|
|
|
# api请求地址
|
|
VITE_APP_BASE_URL='/adminapi/'
|
|
|
|
# 图片服务器地址
|
|
VITE_IMG_DOMAIN=''
|
|
|
|
# 请求时header中token的参数名
|
|
VITE_REQUEST_HEADER_TOKEN_KEY='token'
|
|
|
|
# 请求时header中站点的参数名
|
|
VITE_REQUEST_HEADER_SITEID_KEY='site-id'
|