From b72cfa7bdd723316149ee70e338c5a9717b126bd Mon Sep 17 00:00:00 2001 From: "754998852@qq.com" <754998852@qq.com> Date: Fri, 27 Sep 2024 16:19:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=80=E8=BD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/TestRun/DriverProgress.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/TestRun/DriverProgress.aspx.cs b/SGGL/FineUIPro.Web/TestRun/DriverProgress.aspx.cs index 1c7eaacd..3590e1dd 100644 --- a/SGGL/FineUIPro.Web/TestRun/DriverProgress.aspx.cs +++ b/SGGL/FineUIPro.Web/TestRun/DriverProgress.aspx.cs @@ -182,7 +182,7 @@ namespace FineUIPro.Web.TestRun string id = Grid1.DataKeys[e.RowIndex][0].ToString(); if (e.CommandName == "AttachUrl") { - PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?type=-1&toKeyId={0}&path=FileUpload/TestRun/DriverProgress&menuId={1}", id, BLL.Const.DriverProgressMenuId))); + PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?type=-1&toKeyId={0}&path=FileUpload/TestRun/DriverProgress&menuId={1}", id, BLL.Const.DriverProgressMenuId))); } } #endregion