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.
8 lines
248 B
8 lines
248 B
# api请求地址
|
|
VITE_APP_BASE_URL='http://146.56.228.75:20024/adminapi/'
|
|
# VITE_APP_BASE_URL='https://zh.hnhbty.cn/adminapi/'
|
|
# 图片服务器地址
|
|
VITE_IMG_DOMAIN=''
|
|
|
|
# 请求时header中token的参数名
|
|
VITE_REQUEST_HEADER_TOKEN_KEY='token'
|
|
|