|
@@ -529,7 +529,7 @@ export default {
|
|
this.$message.success('复制成功!')
|
|
this.$message.success('复制成功!')
|
|
},
|
|
},
|
|
() => {
|
|
() => {
|
|
- this.$message.success('复制失败,稍后再试')
|
|
|
|
|
|
+ this.$message.warning('复制失败,稍后再试')
|
|
}
|
|
}
|
|
).finally(()=>{
|
|
).finally(()=>{
|
|
this.lockLoding && this.lockLoding.close();
|
|
this.lockLoding && this.lockLoding.close();
|
|
@@ -537,7 +537,7 @@ export default {
|
|
});
|
|
});
|
|
}else {
|
|
}else {
|
|
this.lockLoding && this.lockLoding.close();
|
|
this.lockLoding && this.lockLoding.close();
|
|
- this.$message.success('浏览器暂不支持')
|
|
|
|
|
|
+ this.$message.warning('浏览器暂不支持')
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}, 500),
|
|
}, 500),
|