From f4d91986bbd22815adb70a946ace105c0f97177a Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Mon, 22 Sep 2025 15:09:26 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=89=8D=E5=90=8E=E7=89=87=E5=BA=95=E5=9B=BE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E7=BA=BF=E7=A8=BF=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/Detail/canvas/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/Detail/canvas/index.vue b/src/component/Detail/canvas/index.vue index 875d8d6b..8ac6b936 100644 --- a/src/component/Detail/canvas/index.vue +++ b/src/component/Detail/canvas/index.vue @@ -35,7 +35,7 @@ --> { instance.appContext.config.globalProperties.$dropdownEvents.onClose(removeOpenSpeed) + if(props.msg == 'Sketchboard'){ + speed.speedData = speed.speedList[1] + } }) onUnmounted(() => { @@ -1008,6 +1011,7 @@ export default defineComponent({ this.searchPictureName = ""; }, onPaste(e:any){ + if(this.sketchboardList.length != 0)return if(e.clipboardData.files[0] && !this.isTextarea && this.upload.level1Type !== 'Moodboard' && this.scene?.value != 'Slogan' && this.scene?.value != 'Logo'){ let param = new FormData(); param.append('inPin','0') diff --git a/src/views/HomeView/library.vue b/src/views/HomeView/library.vue index f858ef3a..56da44fd 100644 --- a/src/views/HomeView/library.vue +++ b/src/views/HomeView/library.vue @@ -357,7 +357,7 @@ - +
@@ -857,7 +857,6 @@ export default defineComponent({ dataDom.createBrand.openAddBrand() } const editImg = (item:any,index:number)=>{ - console.log(item) pageData.editIndex = index dataDom.modalCanvas.init(item,'') // imgList @@ -995,7 +994,7 @@ export default defineComponent({ label:'' } }else{ - if(newVal.value == "Pattern"){ + if(newVal.value == "Pattern" || this.selectCode == 'Sketchboard'){ this.speedData = this.speedList[1] }else{ this.speedData = this.speedList[0] @@ -1935,6 +1934,7 @@ export default defineComponent({ scaleImage.init(list,index) }, onPaste(e:any){ + if(this.selectGenerateList.length != 0)return if(e.clipboardData.files[0] && !this.isTextarea && this.selectCode !== 'Moodboard' && this.scene?.value != 'Slogan' && this.scene?.value != 'Logo'){ let param = new FormData(); param.append('inPin','0')