修改冀北现场问题

This commit is contained in:
GGJ
2024-08-07 11:13:46 +08:00
parent 071d5a5af3
commit 98097830a2
16 changed files with 134 additions and 63 deletions

View File

@@ -289,7 +289,7 @@ const getFileNamePath = async (val: any, pathName: any) => {
}
const openFile = (name: any) => {
window.open(window.location.origin + '/#/previewFile?' + name)
window.open(window.location.origin + '/#/previewFile?/supervision/' + name)
}
defineExpose({ open: getInfo }) // 提供 open 方法,用于打开弹窗
/** 初始化 **/