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