修改冀北现场问题
This commit is contained in:
@@ -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 方法,用于打开弹窗
|
||||
/** 初始化 **/
|
||||
|
||||
Reference in New Issue
Block a user