closeThisPage.js 113 B

12345
  1. import { emitter } from '@/utils/bus.js'
  2. export const closeThisPage = () => {
  3. emitter.emit('closeThisPage')
  4. }