mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-03-11 10:25:50 +00:00
update
This commit is contained in:
parent
2ad7172ea5
commit
80b5307a27
@ -49,9 +49,7 @@ const HeaderComponent = memo((props: HeaderComponentProps) => {
|
||||
const content = () => {
|
||||
const { tid } = location.query || '';
|
||||
return (
|
||||
<QRCode
|
||||
value={`${window.location.protocol}//${window.location.host}/h5_plus/preview?tid=${tid}`}
|
||||
/>
|
||||
<QRCode value={`${window.location.protocol}//${window.location.host}/preview?tid=${tid}`} />
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user