招标解析修改

This commit is contained in:
cwchen 2025-11-28 09:33:25 +08:00
parent 775210ba49
commit 9fea2c8a8c
1 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ if (resolvedWorkerSrc) {
pdfjsLib.GlobalWorkerOptions.workerSrc = null
}
const DEFAULT_SCALE = 1.20
const DEFAULT_SCALE = 1.1
const DEFAULT_PDF_URL = 'http://192.168.0.14:9090/smart-bid/technicalSolutionDatabase/2025/10/30/fe5b46ea37554516a71e7c0c486d3715.pdf'
export default {
@ -82,8 +82,7 @@ export default {
fileUrl: {
type: String,
default: ''
},
showSearchBar: true
}
},
computed: {
overlayType() {
@ -135,6 +134,7 @@ export default {
pdfAssetsBase: '',
searching: false,
scrollAnimationFrame: null,
showSearchBar: false,
}
},
mounted() {