From 36ea5f316dbe337e231b5d4ef369627b156616eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=87=95=E9=B9=8F?= Date: Fri, 9 Jul 2021 11:48:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=BF=94=E5=9B=9E=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ureport2-js/src/tools/BackTool.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ureport2-js/src/tools/BackTool.js b/ureport2-js/src/tools/BackTool.js index 164646d..bed6501 100644 --- a/ureport2-js/src/tools/BackTool.js +++ b/ureport2-js/src/tools/BackTool.js @@ -11,19 +11,9 @@ export default class OpenTool extends Tool{ window.parent.postMessage({'goback': -1},'*') } getTitle(){ - return `${window.i18n.openFile}`; + return `返回`; } getIcon(){ return ``; } - // buildButton(){ - // const btn=$(``); - // const _this=this; - // btn.click(function(){ - // _this.execute(); - // }); - // return btn; - // } } \ No newline at end of file