diff --git a/src/views/threeSystems/safetyOperationRegulations/components/list.vue b/src/views/threeSystems/safetyOperationRegulations/components/list.vue index 6b2733d..f370311 100644 --- a/src/views/threeSystems/safetyOperationRegulations/components/list.vue +++ b/src/views/threeSystems/safetyOperationRegulations/components/list.vue @@ -361,7 +361,11 @@ export default { cancelButtonText: '取消', type: 'warning' }).then(() => { - window.open(config.fileUrl + e.PATH) + if (e.MIGRATION_FLAG === '1') { + window.open(config.fileUrl + e.PATH) + } else { + window.open(e.PATH) + } }).catch((e) => { console.log(e) })