import type { App } from 'vue' const GetLoginInfoService = { install(app: App) { app.provide('$login', GetLoginInfoService) }, f: {}, } export default GetLoginInfoService