招标解析修改

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 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' const DEFAULT_PDF_URL = 'http://192.168.0.14:9090/smart-bid/technicalSolutionDatabase/2025/10/30/fe5b46ea37554516a71e7c0c486d3715.pdf'
export default { export default {
@ -82,8 +82,7 @@ export default {
fileUrl: { fileUrl: {
type: String, type: String,
default: '' default: ''
}, }
showSearchBar: true
}, },
computed: { computed: {
overlayType() { overlayType() {
@ -135,6 +134,7 @@ export default {
pdfAssetsBase: '', pdfAssetsBase: '',
searching: false, searching: false,
scrollAnimationFrame: null, scrollAnimationFrame: null,
showSearchBar: false,
} }
}, },
mounted() { mounted() {