From 77752706ab09fb014a5974c84a5d1154265883f7 Mon Sep 17 00:00:00 2001 From: zhang zhuo Date: Mon, 29 Dec 2025 10:21:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.vue | 100 +++++++++++++ src/api/model/system.ts | 8 +- src/views/system/config/save.vue | 2 +- src/views/system/send/index.vue | 233 +++++++++++++++++++++++++++++++ 4 files changed, 341 insertions(+), 2 deletions(-) create mode 100644 1.vue create mode 100644 src/views/system/send/index.vue diff --git a/1.vue b/1.vue new file mode 100644 index 0000000..974baa3 --- /dev/null +++ b/1.vue @@ -0,0 +1,100 @@ + + + diff --git a/src/api/model/system.ts b/src/api/model/system.ts index 659dc93..9bf11d8 100644 --- a/src/api/model/system.ts +++ b/src/api/model/system.ts @@ -180,6 +180,12 @@ export default { option: async function (data = {}) { return await http.get("system_config/option", data); }, + multi: async function (data = {}) { + return await http.get("config/multi", data); + }, + save: async function (data = {}) { + return await http.post("config/save", data); + } }, dict: { list: async function (data = {}) { @@ -269,5 +275,5 @@ export default { clear: async function (data = {}) { return await http.delete("message/clear", data); }, - }, + } } diff --git a/src/views/system/config/save.vue b/src/views/system/config/save.vue index ea08a96..99faf1e 100644 --- a/src/views/system/config/save.vue +++ b/src/views/system/config/save.vue @@ -8,7 +8,7 @@ - + diff --git a/src/views/system/send/index.vue b/src/views/system/send/index.vue new file mode 100644 index 0000000..110d67d --- /dev/null +++ b/src/views/system/send/index.vue @@ -0,0 +1,233 @@ + + + + +