From 2586579503a70d613dc870083d0bcca7c2d88563 Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期二, 31 十月 2023 17:15:36 +0800 Subject: [PATCH] 修改行高 --- ruoyi-ui/src/views/collection/collectionInfo.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/collection/collectionInfo.vue b/ruoyi-ui/src/views/collection/collectionInfo.vue index 29fed60..749f048 100644 --- a/ruoyi-ui/src/views/collection/collectionInfo.vue +++ b/ruoyi-ui/src/views/collection/collectionInfo.vue @@ -243,7 +243,7 @@ remark:undefined, url: undefined, }, - desurl:'', + dialogImageUrl: '', dialogVisible: false, disabled: false, @@ -472,8 +472,6 @@ this.dialogFileUrl = this.dialogFileUrl.replace("47.93.189.255","www.bendudu.com") const Base64 = require('js-base64').Base64 - this.desurl = process.env.VUE_APP_BASE_OTHER_API+'onlinePreview?url='+encodeURIComponent(Base64.encode(this.dialogFileUrl)); - myWindow=window.open(this.desurl,'','width=1200,height=800,top=150,left=300'); this.desurl = process.env.VUE_APP_BASE_OTHER_API+"preview/"+'onlinePreview?url='+encodeURIComponent(Base64.encode(this.dialogFileUrl)); let myWindow=window.open(this.desurl,'','width=1200,height=800,top=150,left=300'); }, -- Gitblit v1.9.1