这是一个setTimeout组件, 使用方式: import setTimeoutRui(此名字可以随意设定,但最好不要与setTimeout冲突) from 'settimeout-rui' async load() { await setTimeoutRui(1000) ...后续操作 }