七天直播记录默认值

This commit is contained in:
2025-12-19 19:47:22 +08:00
parent c923d51622
commit 17a2fe7db0
2 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,8 @@ NODE_ENV=development
VITE_DEV=true
# 请求路径
VITE_BASE_URL='http://192.168.2.21:48080'
# VITE_BASE_URL='https://backstageapi.yolozs.com'
# VITE_BASE_URL='http://192.168.2.21:48080'
VITE_BASE_URL='https://backstageapi.yolozs.com'
# VITE_BASE_URL='https://testapi.tknb.net'
# 文件上传类型server - 后端上传, client - 前端直连上传,仅支持 S3 服务

View File

@@ -360,7 +360,7 @@ const queryParams = reactive({
createTime: new Date().toISOString().split('T')[0] + ' 00:00:00',
userId: undefined,
deleteFlag: false, //导出 是否删除
hasLiveRecoder: 0,
hasLiveRecoder: undefined,
})
const queryFormRef = ref() // 搜索的表单
const exportLoading = ref(false) // 导出的加载中