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 @@ + + + + +