链接中不能有多余字符
parent
799827d2be
commit
fef13e39a1
|
@ -208,8 +208,9 @@
|
|||
// console.log('key is ' + key + ', value is ' + param[key]);
|
||||
// }
|
||||
|
||||
const certaintyStr = param.name;
|
||||
window.location.href = "${base}/space/list?certainty=0&certaintyStr=" + certaintyStr;
|
||||
const certaintyStr = param.name.slice(0, 1);
|
||||
console.log("certaintyStr : " + certaintyStr);
|
||||
window.location.href = "${base}/space/list?certaintyStr=" + certaintyStr + "&certainty=0";
|
||||
});
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue