新增 admin 下 由于文件夹名称log而丢失的文件

This commit is contained in:
张乐
2020-08-17 16:17:57 +08:00
parent a0311f57f3
commit e0d211275d
25 changed files with 503 additions and 559 deletions

View File

@@ -282,9 +282,9 @@ export default {
reader.readAsDataURL(this.localFile);// 这里也可以直接写参数event.raw
// 转换成功后的操作reader.result即为转换后的DataURL
// 它不需要自己定义你可以console.log(reader.result)看一下
// 它不需要自己定义你可以console.integralLog(reader.result)看一下
reader.onload=()=>{
// console.log(reader.result)
// console.integralLog(reader.result)
}
/* 另外一种本地预览方法 */