xugenyuan

fix |> 电子报支持系统侧滑返回http://192.168.1.3:8080/zentao/bug-view-20008.html

Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
... ... @@ -3,6 +3,7 @@ import { DateTimeUtils, Logger } from 'wdKit';
import common from '@ohos.app.ability.common';
import window from '@ohos.window';
import { TrackingPageBrowse, TrackConstants } from 'wdTracking/Index';
import { router } from '@kit.ArkUI';
const TAG = 'ENewspaper';
... ... @@ -64,6 +65,7 @@ struct ENewspaper {
onBackPress() {
Logger.info(TAG, 'onBackPress');
router.back()
return true
}
}
\ No newline at end of file
... ...