From 78ca29fc7388ebc88e473000b5ee49969acc6a36 Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Sun, 24 Nov 2019 15:07:18 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=B8=8A=E4=BC=A0=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/member/login.html | 7 +- src/component/Uploader.js | 160 ++++++++++++++++++-------------------- 2 files changed, 80 insertions(+), 87 deletions(-) diff --git a/public/member/login.html b/public/member/login.html index 282b230..41c5f56 100644 --- a/public/member/login.html +++ b/public/member/login.html @@ -29,5 +29,10 @@ }else{ ChunkSize = 10485760; } - isMobile = window.innerWidth < 600;
+ isMobile = window.innerWidth < 600; + + // 保留 + pathCache = {}; + +