自定义弹窗

This commit is contained in:
zhangguoping 2024-09-05 18:23:40 +08:00
parent c8d1d09279
commit 1c7e239064
1 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@ export default {
.then(() => { .then(() => {
this.copyFn(url); this.copyFn(url);
}) })
.catch(() => {}) .catch(() => ({}))
} else { } else {
// //
location.replace(url); location.replace(url);
@ -197,7 +197,7 @@ export default {
.then(() => { .then(() => {
this.copyFn(url); this.copyFn(url);
}) })
.catch(() => {}) .catch(() => ({}))
} else { // + } else { // +
// todo // todo
location.replace('https://www.baidu.com/') location.replace('https://www.baidu.com/')