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