自定义弹窗

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