constant.js 134 Bytes Raw Blame History Permalink 1 2 3 4 5 //寻找View的超时时间 module.exports.FIND_VIEW_OVER_TIME = 5000; //操作暂停时间 module.exports.ACTION_PAUSE_TIME = 2000;