提交 9dcaa406 编写于 作者: 付家睿 提交者: fujiarui
上级 6a4591d7
...@@ -28,16 +28,6 @@ export default { ...@@ -28,16 +28,6 @@ export default {
}, },
onShow() { onShow() {
console.info('onShow finish') 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() { onReady() {
console.info('onReady'); console.info('onReady');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册