Explorar el Código

#IQRV #comment [Chromium] 更改healthmanager打开页面类型为OutsideRequest

陈良瑜80374463 hace 3 años
padre
commit
d8b1fb351b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Module/mod_healthmanager/mod_healthmanager.cpp

+ 1 - 1
Module/mod_healthmanager/mod_healthmanager.cpp

@@ -2545,7 +2545,7 @@ ErrorCodeEnum CHealthManagerEntity::TellChromiumOpenGuidePage(const CSimpleStrin
 		ChromiumSrv_OpenBrowser_Ans ans;
 		req.mainUrl = pageUrl;
 		req.viceUrl = "";
-		req.type = "SpecialPageFromOtherEntity";
+		req.type = "OutsideRequest";
 		req.name = "GuidePage";
 		req.exclusiveMode = true;
 		req.top = -1;