|
@@ -136,7 +136,7 @@ import { useAppStore } from '~src/store'
|
|
|
import backupApi from '~api/backup/backupApi.js'
|
|
|
import { getLocalArchivesApp } from '~api/other'
|
|
|
import { getArrValue } from 'js-fast-way'
|
|
|
-
|
|
|
+import { setUrlHttps } from '~uti/tools'
|
|
|
//变量
|
|
|
const useAppState = useAppStore()
|
|
|
const projectId = ref(useAppState.getProjectId)
|
|
@@ -178,8 +178,9 @@ const downUtilsClick = () => {
|
|
|
if (downFileUrl.value) {
|
|
|
//toPdfPage(downFileUrl.value)
|
|
|
//window.open(downFileUrl.value, '_blank')
|
|
|
+ console.log(downFileUrl.value, 'setUrlHttps(downFileUrl.value)')
|
|
|
// console.log(setUrlHttps(downFileUrl.value), 'setUrlHttps(downFileUrl.value)')
|
|
|
- // window.open( setUrlHttps(downFileUrl.value), '_blank')
|
|
|
+ window.open( setUrlHttps(downFileUrl.value), '_blank')
|
|
|
}
|
|
|
}
|
|
|
|