Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/showFullImg.jsp =================================================================== diff -u -r35480 -r35482 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/showFullImg.jsp (.../showFullImg.jsp) (revision 35480) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/showFullImg.jsp (.../showFullImg.jsp) (revision 35482) @@ -18,7 +18,9 @@ var tousseName = '${param.tousseName}'; var rotateIndex = '${param.rotateIndex}'; tousseName = decodeURI(tousseName); +tousseName = decodeURI(tousseName); tousseName = tousseName.replace('%23','#'); +tousseName = tousseName.replace('%2B','+'); imageType = decodeURI(imageType); imageType = imageType.replace('%23','#');