update: 修复寄件二维码
This commit is contained in:
@@ -62,7 +62,7 @@ function renderMarkdown(message: string) {
|
||||
}
|
||||
|
||||
function getQrCodeUrl(code: string) {
|
||||
return code.toString().startsWith('http') ? code : window.location.origin + code;
|
||||
return code.toString().startsWith('http') ? code : window.location.origin + '/#/' +code;
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user