This commit is contained in:
xiaojunnuo
2025-03-11 01:07:44 +08:00
parent 082802e119
commit 832b74b66b
4 changed files with 12 additions and 10 deletions
@@ -34,6 +34,14 @@ export async function SettingsSave(key: string, setting: any) {
});
}
export async function HeaderMenusSettingsSave(setting: any) {
return await request({
url: apiPrefix + "/headerMenus/save",
method: "post",
data: setting
});
}
export async function EmailSettingsGet() {
return await request({
url: apiPrefix + "/getEmailSettings",