diff --git a/pages/dashboard/subplatform/digital-community/index.vue b/pages/dashboard/subplatform/digital-community/index.vue index ac0dd6d..16c9e7e 100644 --- a/pages/dashboard/subplatform/digital-community/index.vue +++ b/pages/dashboard/subplatform/digital-community/index.vue @@ -79,7 +79,7 @@ - 复制到粘贴板并关闭 + 关闭当前页 @@ -163,8 +163,8 @@ const formTitle = computed(() => { }) function mqttGenItemConfirm() { - navigator.clipboard.writeText(JSON.stringify(mqttConfig.value)); - useNuxtApp().$toast.success("已复制到粘贴板"); + // navigator.clipboard.writeText(JSON.stringify(mqttConfig.value)); + // useNuxtApp().$toast.success("已复制到粘贴板"); dialogMqttConfigGen.value = false; } @@ -238,4 +238,5 @@ onMounted(async () => { await nextTick(); initialize(); }) + \ No newline at end of file