2023-05-05 修改文件预览地址
This commit is contained in:
parent
9beef8ca9e
commit
cd3d51ae3f
|
|
@ -13,8 +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.xdocin.com/view?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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue