This commit is contained in:
2023-09-22 17:36:00 +08:00
parent dece3781ec
commit 9942cdcf6f
49 changed files with 2907 additions and 2375 deletions
+11 -1
View File
@@ -505,5 +505,15 @@ namespace FineUIPro.Web
this.Tab1.IFrameUrl = "~/common/main.aspx";
}
}
}
protected string VideoURL
{
get
{
var pw = ConfigurationManager.AppSettings["Video_PW"];
return ConfigurationManager.AppSettings["Video_URL"] + "login.html?username=admin&password=" + Funs.EncryptionPassword(pw);
}
}
}
}