From f89ff171f6d27c4adb14da2f1c14868389aaf7a0 Mon Sep 17 00:00:00 2001 From: ddlucky Date: Tue, 30 May 2023 15:44:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BA=E8=AF=BA=E5=BC=80=E7=A5=A8=E8=AE=BF?= =?UTF-8?q?=E9=97=AE=E5=9C=B0=E5=9D=80=E6=94=B9=E4=B8=BA=E4=BD=BF=E7=94=A8?= =?UTF-8?q?https=E5=BC=80=E5=A4=B4=E7=9A=84=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DSWeb/Areas/MvcShipping/Viewsjs/Comm/DsComm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DSWeb/Areas/MvcShipping/Viewsjs/Comm/DsComm.js b/DSWeb/Areas/MvcShipping/Viewsjs/Comm/DsComm.js index a1f76e9c..d91277bc 100644 --- a/DSWeb/Areas/MvcShipping/Viewsjs/Comm/DsComm.js +++ b/DSWeb/Areas/MvcShipping/Viewsjs/Comm/DsComm.js @@ -144,7 +144,7 @@ function DsOpenEditWin_FullUrl(url, caption, height, width, top, left) { pageinfo.concat(",location=no"); - return window.open("http://" + url, _caption, pageinfo); + return window.open("https://" + url, _caption, pageinfo); } /*