xuqm hace 1 año
padre
commit
8595ae742d
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      src/main.js

+ 3
- 0
src/main.js Ver fichero

@@ -12,6 +12,9 @@ SzyxPush.register('xuqm').then(r => {
}).catch(e => {
console.log('注册im服务失败', e)
})
SzyxPush.onMessage((type, msg) => {
console.log('收到消息', type, msg)
})

export function createApp() {
const app = createSSRApp(App);


Cargando…
Cancelar
Guardar