20230922
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user