Signed-off-by: tsz <2417024719@qq.com>
@@ -2522,7 +2522,7 @@
if (localStorage && localStorage.length > 0) {
getLocalStorage();
const existingFilter = sessionStorage.getItem('existing_filter_echo')
- if(!existingFilter) {
+ if(existingFilter != '1') {
echo(paramObj);
}
} else {