import { userEvent } from '~/api/global' module.exports = Behavior({ pageLifetimes: { show() { // 页面被展示 console.log('页面被展示'); }, } })