This commit is contained in:
Allen
2024-04-18 15:19:24 +08:00
parent 8cb514d70e
commit 3db4d883af
+1 -1
View File
@@ -52,7 +52,7 @@ function setDashboardConfig() {
const data = JSON.stringify(config.value) const data = JSON.stringify(config.value)
api.post('/user/config/Dashboard', data, { api.post('/user/config/Dashboard', data, {
headers: { headers: {
"Content-Type": "text/plain" "Content-Type": "application/json"
} }
}).then((response: any) => { }).then((response: any) => {
if (response && response.success) { if (response && response.success) {