新增营销系统、分销系统、会员功能、门店、提现功能
This commit is contained in:
9
.env.pro
9
.env.pro
@ -4,10 +4,10 @@ NODE_ENV=production
|
||||
VITE_DEV=false
|
||||
|
||||
# 请求路径
|
||||
VITE_BASE_URL='http://localhost:48082'
|
||||
VITE_BASE_URL='https://b2c-pro-api.zkthink.com'
|
||||
|
||||
# 上传路径
|
||||
VITE_UPLOAD_URL='http://localhost:48082/admin-api/infra/file/upload'
|
||||
VITE_UPLOAD_URL='https://b2c-pro-api.zkthink.com/admin-api/infra/file/upload'
|
||||
|
||||
# 接口前缀
|
||||
VITE_API_BASEPATH=
|
||||
@ -29,3 +29,8 @@ VITE_BASE_PATH=/
|
||||
|
||||
# 输出路径
|
||||
VITE_OUT_DIR=dist
|
||||
|
||||
# 高德key
|
||||
VITE_AMAP_KEY=88e30921c6f18e41f6f05a32186e75ee
|
||||
# 高德密钥
|
||||
VITE_AMAP_CODE=38277204d100038ca67747b43eed5a57
|
||||
|
Reference in New Issue
Block a user