@@ -197,7 +197,7 @@ export default {
imageSaver.saveBase64Image(
{ data: this.img },
function (filePath) {
- _this.$toast('File saved on ' + filePath);
+ _this.$toast('图片已保存至 ' + filePath + ' 文件夹');
_this.show = false;
console.log('File saved on ' + filePath);
},
@@ -55,7 +55,7 @@ export default {
{ data: this.codeImg },