在线文档编辑修改

This commit is contained in:
2024-11-20 18:48:45 +08:00
parent 8a39c901d4
commit b8941a01d7
4 changed files with 95 additions and 70 deletions
@@ -11,7 +11,7 @@ namespace FineUIPro.Web.AttachFile
public partial class OnlineEditingPrivate : PageBase
{
#region
public string CallBackUrl
{
get
@@ -60,6 +60,8 @@ namespace FineUIPro.Web.AttachFile
ViewState["editorMode"] = value;
}
}
public string urlString = String.Empty;
public string urlStringMD5 = String.Empty;
#endregion
protected void Page_Load(object sender, EventArgs e)
@@ -72,7 +74,8 @@ namespace FineUIPro.Web.AttachFile
PCUrl = Request.Params["fileUrl"];
editorMode = Request.Params["editorMode"];
urlString = Funs.SGGLUrl + PCUrl;
urlStringMD5 = Funs.GetMD5(urlString);
}
}
}