From 7ce44135bb223d7a53a4bf22ae3dbfb9562c077a Mon Sep 17 00:00:00 2001 From: lyt Date: Wed, 12 Apr 2023 19:06:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E4=B9=A6=E5=88=86=E4=BA=AB?= =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E5=A5=BD=E5=8F=8B=E5=90=8E=EF=BC=8C=E5=88=86?= =?UTF-8?q?=E4=BA=AB=E9=93=BE=E6=8E=A5=E4=B8=AD=E5=9B=BD=E5=AF=8C=E5=9B=BE?= =?UTF-8?q?=E8=A1=A8=E5=B1=95=E7=A4=BA=E4=B8=8D=E5=AE=8C=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/proposal/ProposalInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/proposal/ProposalInfo.vue b/src/views/ebiz/proposal/ProposalInfo.vue index 2548f05cf..d5aa6e14e 100644 --- a/src/views/ebiz/proposal/ProposalInfo.vue +++ b/src/views/ebiz/proposal/ProposalInfo.vue @@ -651,7 +651,7 @@ export default { title: title, content: shareContent, url: location.origin + '/#/proposal/proposalInfo?proposalNo=' + encodeURI(this.proposalNo) + '&token=' + encodeURI(res.content), - img: this.$assetsUrl + 'images/logo.png' + img: this.$assetsUrl + 'images/u73803.png' } }) share()