如题
<div class="text-center">
<button type="button" class="btn btn-danger" onclick="stop_detection()">停止监测</button>
<button type="button" class="btn btn-success" onclick="start_detection()">开始监测</button>
<button type="button" class="btn btn-info" onclick="outPlugin()">后台监测</button>
</div>
点击后台监测函数,start_detection()函数不在执行
function outPlugin(){
utools.outPlugin();
utools.onPluginOut(() => {
utools.showNotification('理财溢价率监测进入后台!');
})
}