修改主题
This commit is contained in:
@@ -23,4 +23,9 @@ export function delMenu(id: string) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
export function getTheme() {
|
||||
return createAxios({
|
||||
url: '/system-boot/theme/getTheme',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user