panhui 4 лет назад
Родитель
Сommit
22c97e1fd0
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      src/components/Post.vue
  2. 1 1
      src/views/account/About.vue

+ 1 - 1
src/components/Post.vue

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

+ 1 - 1
src/views/account/About.vue

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