2023-04-24

This commit is contained in:
2023-04-24 09:59:56 +08:00
parent e078e9e399
commit 712e52a614
5 changed files with 23 additions and 10 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ namespace FineUIPro.Web.AttachFile
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
var url = Request.Params["fileUrl"];
var Baseurl = "https://view.officeapps.live.com/op/embed.aspx?src=";
// var Baseurl = "https://view.officeapps.live.com/op/embed.aspx?src=";
var Baseurl = "https://view.xdocin.com/view?src=";
var Fileurl = Funs.SGGLUrl + url.Replace(Funs.RootPath, "");
var newurl = "";
var FiletExtension = Path.GetExtension(url);