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