This commit is contained in:
Allen
2024-04-18 15:19:24 +08:00
parent 8cb514d70e
commit 3db4d883af

View File

@@ -52,7 +52,7 @@ function setDashboardConfig() {
const data = JSON.stringify(config.value)
api.post('/user/config/Dashboard', data, {
headers: {
"Content-Type": "text/plain"
"Content-Type": "application/json"
}
}).then((response: any) => {
if (response && response.success) {