fix: 修改bug,首页门店没过滤删除的
This commit is contained in:
6
.env.dev
6
.env.dev
@@ -4,14 +4,14 @@ NODE_ENV=production
|
||||
VITE_DEV=true
|
||||
|
||||
# 请求路径
|
||||
VITE_BASE_URL='http://localhost:48080'
|
||||
#VITE_BASE_URL='https://test.zmingzhikeji.cn'
|
||||
#VITE_BASE_URL='http://localhost:48080'
|
||||
VITE_BASE_URL='https://api.tuanbanlv.com'
|
||||
|
||||
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务
|
||||
VITE_UPLOAD_TYPE=client
|
||||
|
||||
# 上传路径
|
||||
VITE_UPLOAD_URL='https://www.zmingzhikeji.cn/admin-api/infra/file/upload'
|
||||
VITE_UPLOAD_URL='https://api.tuanbanlv.com/admin-api/infra/file/upload'
|
||||
|
||||
# 接口地址
|
||||
VITE_API_URL=/admin-api
|
||||
|
||||
Reference in New Issue
Block a user