sherlock12138 / spring-boot_mybatis_bootstrap

a prototype of spring-boot with mybatis and bootstrap
6 stars 5 forks source link

Alarm fixed #17

Closed jasonliao closed 8 years ago

jasonliao commented 8 years ago

测试报警可行,但已把测试代码注释

下面是测试方法

// index.js line 24

// 刷新页面后5秒报警
setTimeout(function () {
  hitchEventSpy();
}, 5000);

测试时还要把 url 更换和把 hitchEventSpy()(index.js line 909) 里的 setTimeout 注释掉