From 751801a3864a41f9ab125fe047f1eaae2e93bd48 Mon Sep 17 00:00:00 2001 From: liujiangnan <695541723@qq.com> Date: Tue, 24 Sep 2019 16:04:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/index.html b/src/index.html index 324530b..3e1848f 100644 --- a/src/index.html +++ b/src/index.html @@ -68,6 +68,12 @@ console.log("******local********"); localStorage.setItem("courseware_data",JSON.stringify(data)); callback&&callback(); + }, + uploadUrl: function(){ + return ""; + }, + uploadData: function(){ + return ""; } } } -- 2.21.0