From 9dcaa4065af88a8b539019ed59d9b618150be77b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=AE=B6=E7=9D=BF?= Date: Fri, 1 Apr 2022 17:00:40 +0800 Subject: [PATCH] =?UTF-8?q?fixed=208801793=20from=20https://gitee.com/fwx1?= =?UTF-8?q?083616/xts=5Facts/pulls/2949=20test2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 付家睿 --- .../entry/src/main/js/default/pages/index/index.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/notification/ans_standard/publish_test/wantagent/test2/entry/src/main/js/default/pages/index/index.js b/notification/ans_standard/publish_test/wantagent/test2/entry/src/main/js/default/pages/index/index.js index 564fb917e..edfddde40 100644 --- a/notification/ans_standard/publish_test/wantagent/test2/entry/src/main/js/default/pages/index/index.js +++ b/notification/ans_standard/publish_test/wantagent/test2/entry/src/main/js/default/pages/index/index.js @@ -28,16 +28,6 @@ export default { }, onShow() { console.info('onShow finish') - const core = Core.getInstance() - const expectExtend = new ExpectExtend({ - 'id': 'extend' - }) - core.addService('expect', expectExtend) - core.init() - - const configService = core.getDefaultService('config') - configService.setConfig(this) - core.execute() }, onReady() { console.info('onReady'); -- GitLab