因为框架使用了Keep-Alive缓存组件,所以使用onActivated钩子 import { onActivated } from 'vue'; // 当组件从缓存中重新激活时 onActivated(() => { getList(); });