From 50a2e84b6734235c309bc8208e4ebebcac9ea414 Mon Sep 17 00:00:00 2001 From: zcf Date: Thu, 27 Apr 2017 14:11:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8BI=E4=B8=AD=E5=A4=8D=E5=88=B6=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E7=9A=84swf=E8=B7=AF=E5=BE=84=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/demo.js | 2 +- src/case/zclip/zclip.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/demo.js b/docs/demo.js index 615e9e44d..d989c9279 100644 --- a/docs/demo.js +++ b/docs/demo.js @@ -7,7 +7,7 @@ BI.i18n = { }; BI.servletURL = "dist/"; -BI.resourceURL = "dist/resource/"; +BI.resourceURL = "dist/resource"; BI.i18n = {};$(function () { var ref; BI.createWidget({ diff --git a/src/case/zclip/zclip.js b/src/case/zclip/zclip.js index 4c0792aae..64fc32f56 100644 --- a/src/case/zclip/zclip.js +++ b/src/case/zclip/zclip.js @@ -19,7 +19,7 @@ BI.ZeroClip = BI.inherit(BI.BasicButton, { BI.nextTick(function () { self.element.zclip({ - path: BI.resourceURL + "ZeroClipboard.swf", + path: BI.resourceURL + "/ZeroClipboard.swf", copy: o.copy, beforeCopy: o.beforeCopy, afterCopy: o.afterCopy