mirror of
https://github.com/certd/certd.git
synced 2026-05-14 20:17:32 +08:00
chore:
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user