修改主题

This commit is contained in:
GGJ
2024-12-17 11:05:04 +08:00
parent 8c4cc891e5
commit e10ca83ec5
11 changed files with 464 additions and 31 deletions

View File

@@ -23,4 +23,9 @@ export function delMenu(id: string) {
method: 'delete'
})
}
export function getTheme() {
return createAxios({
url: '/system-boot/theme/getTheme',
method: 'get'
})
}