|
@@ -1958,15 +1958,14 @@ void CHealthManagerEntity::OnLog(const CAutoArray<CUUID>& SubIDs, const CUUID nL
|
|
|
m_dwTimeOfAuthSuc = GetTickCount64() / 1000;
|
|
|
GetFunction()->SetTimer(HEALTHMANAGER_WAIT_MAINPAGE_OPEN_TIMER_ID, this, m_maxWaitMainpageTime);
|
|
|
|
|
|
- //信创暂不支持手动关闭弹窗,暂不进行告警
|
|
|
- /*CSimpleStringA msg(true);
|
|
|
+ CSimpleStringA msg(true);
|
|
|
GetFunction()->GetSysVar("AuthErrMsg", msg);
|
|
|
Dbg("AuthErrMsg 在healthmanager的内容是: %s.", msg.GetData());
|
|
|
|
|
|
if (msg.GetLength() != 0)
|
|
|
{
|
|
|
StartManagerDesktopPage("warnPrompt.html");
|
|
|
- }*/
|
|
|
+ }
|
|
|
|
|
|
break;
|
|
|
} //oilyang@20210331 distinguish reasons of accessauth failed to decide what to do next
|
|
@@ -2185,6 +2184,7 @@ void CHealthManagerEntity::OnTimeout(DWORD dwTimeID)
|
|
|
|
|
|
bool CHealthManagerEntity::StartManagerDesktopPage(CSimpleStringA pageName)
|
|
|
{
|
|
|
+ Sleep(5000);
|
|
|
//升级重启弹窗提示
|
|
|
ChromiumSrv_ClientBase* chromiumClient = new ChromiumSrv_ClientBase(this);
|
|
|
ErrorCodeEnum error = chromiumClient->Connect();
|