Index: ssts-web/src/main/webapp/homepage/portalPage.js =================================================================== diff -u -r30731 -r30748 --- ssts-web/src/main/webapp/homepage/portalPage.js (.../portalPage.js) (revision 30731) +++ ssts-web/src/main/webapp/homepage/portalPage.js (.../portalPage.js) (revision 30748) @@ -1789,7 +1789,7 @@ function showPromptUploadDeviceParameterPicture(){ Ext.Ajax.request({ - url : WWWROOT + '/disinfectSystem/sterilization/sterilizationRecordAction!promptUploadDeviceParameterPicture.do', + url : WWWROOT + '/system/systemWarningAction!promptUploadDeviceParameterPicture.do', method : 'POST', success : function someFn(response, request){ var result = Ext.decode(response.responseText, true);