七天直播记录默认值
This commit is contained in:
@@ -4,8 +4,8 @@ NODE_ENV=development
|
|||||||
VITE_DEV=true
|
VITE_DEV=true
|
||||||
|
|
||||||
# 请求路径
|
# 请求路径
|
||||||
VITE_BASE_URL='http://192.168.2.21:48080'
|
# VITE_BASE_URL='http://192.168.2.21:48080'
|
||||||
# VITE_BASE_URL='https://backstageapi.yolozs.com'
|
VITE_BASE_URL='https://backstageapi.yolozs.com'
|
||||||
# VITE_BASE_URL='https://testapi.tknb.net'
|
# VITE_BASE_URL='https://testapi.tknb.net'
|
||||||
|
|
||||||
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务
|
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务
|
||||||
|
|||||||
@@ -360,7 +360,7 @@ const queryParams = reactive({
|
|||||||
createTime: new Date().toISOString().split('T')[0] + ' 00:00:00',
|
createTime: new Date().toISOString().split('T')[0] + ' 00:00:00',
|
||||||
userId: undefined,
|
userId: undefined,
|
||||||
deleteFlag: false, //导出 是否删除
|
deleteFlag: false, //导出 是否删除
|
||||||
hasLiveRecoder: 0,
|
hasLiveRecoder: undefined,
|
||||||
})
|
})
|
||||||
const queryFormRef = ref() // 搜索的表单
|
const queryFormRef = ref() // 搜索的表单
|
||||||
const exportLoading = ref(false) // 导出的加载中
|
const exportLoading = ref(false) // 导出的加载中
|
||||||
|
|||||||
Reference in New Issue
Block a user