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