From 9b642d8d210b0b173b45fad4393a0d857d9ab89a Mon Sep 17 00:00:00 2001 From: Iruka <1017819588@qq.com> Date: Tue, 21 Jan 2025 20:33:50 +0800 Subject: [PATCH] . --- pages/batch-control/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/batch-control/index.vue b/pages/batch-control/index.vue index 8fb65f7..1038c60 100644 --- a/pages/batch-control/index.vue +++ b/pages/batch-control/index.vue @@ -6,6 +6,7 @@ @@ -188,6 +189,10 @@ }); }, + // 分享 + share() { + this.$toast("开发中") + }, } }