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.
 
 
 
 
 

25 lines
604 B

NODE_ENV = 'production'
# api请求地址
VITE_APP_BASE_URL='http://shop.zeyan.wang/index.php/api/'
# 图片服务器地址
VITE_IMG_DOMAIN='http://shop.zeyan.wang/'
# 站点id 仅在编译为小程序时生效
VITE_SITE_ID = '100000'
# 本地存储时token的参数名
VITE_REQUEST_STORAGE_TOKEN_KEY='wapToken'
# 请求时header中token的参数名
VITE_REQUEST_HEADER_TOKEN_KEY='token'
# 请求时header中站点的参数名
VITE_REQUEST_HEADER_SITEID_KEY='site-id'
# 请求时header中来源场景的参数名
VITE_REQUEST_HEADER_CHANNEL_KEY='channel'
# 应用版本
VITE_APP_VERSION='1.0.1'