fix: fix copy request link
This commit is contained in:
parent
1ef7b52425
commit
9441c76a12
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ export default defineComponent({
|
|||
}
|
||||
|
||||
const copyRequest = () => {
|
||||
if (!navigator.share) {
|
||||
if (navigator.share) {
|
||||
const time = new Date().toLocaleTimeString()
|
||||
const date = new Date().toLocaleDateString()
|
||||
navigator
|
||||
|
|
|
|||
Loading…
Reference in a new issue