From b3a03e0bb09626e067e0b00645ad3e08ebc9e5be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Fri, 8 Dec 2023 19:52:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E6=9D=83=E4=BA=A4=E6=98=93=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/common/tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/common/tools.js b/static/js/common/tools.js index 64d99cf..6e69f88 100644 --- a/static/js/common/tools.js +++ b/static/js/common/tools.js @@ -433,7 +433,7 @@ define(['jquery', 'dialog','jsencrypt'], function ($, dialog,JSEncrypt) { */ skip: function (url) { if (url != '') { - window.open(url) + window.location = url } }, /**