Update API endpoints and enhance UI components. Changed appid in manifest.json, modified profile and log update methods from PUT to POST in profile.js and smoke.js, respectively. Added new statistics retrieval function in smoke.js and improved the smoke record dialog with updated styles and validation logic. Updated configuration for development environment and refined documentation for health recovery and savings calculations.
This commit is contained in:
+1
-1
@@ -5,5 +5,5 @@ export function getProfile() {
|
||||
}
|
||||
|
||||
export function updateProfile(data) {
|
||||
return request.put('/smoke/profile', data)
|
||||
return request.post('/smoke/profile', data)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user