diff --git a/pages/docList/index.vue b/pages/docList/index.vue index 41850ae..829dc78 100644 --- a/pages/docList/index.vue +++ b/pages/docList/index.vue @@ -48,11 +48,11 @@ this.warnMsg = obj.warnMsg this.docList = [{ name: obj.applyPdfName, - url: BASE_URL + obj.covenantPdf + url: BASE_URL + obj.applyPdf }, { name: obj.covenantPdfName, - url: BASE_URL + obj.applyPdf + url: BASE_URL + obj.covenantPdf }, ] },