招标解析修改
This commit is contained in:
parent
775210ba49
commit
9fea2c8a8c
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue