提交 81a79d70 编写于 作者: 1 13309297065

修改编码规范

Signed-off-by: N13309297065 <hebaic@isoftstone.com>
上级 3c2923eb
...@@ -26,20 +26,20 @@ export default { ...@@ -26,20 +26,20 @@ export default {
this.title = this.$t('strings.world'); this.title = this.$t('strings.world');
}, },
onShow() { onShow() {
console.info('onShow finish') console.info('onShow finish');
const core = Core.getInstance() const core = Core.getInstance();
const expectExtend = new ExpectExtend({ const expectExtend = new ExpectExtend({
'id': 'extend' 'id': 'extend'
}) })
core.addService('expect', expectExtend) core.addService('expect', expectExtend);
core.init() core.init();
const configService = core.getDefaultService('config') const configService = core.getDefaultService('config');
this.timeout = 120000; this.timeout = 120000;
configService.setConfig(this) configService.setConfig(this);
require('../../../test/List.test') require('../../../test/List.test');
core.execute() core.execute();
}, },
onReady() { onReady() {
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册