Explorar o código

登录成功播放提示音

zh hai 9 meses
pai
achega
c266b97e59
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/views/piece/dashboard/index.vue

+ 1 - 0
src/views/piece/dashboard/index.vue

@@ -508,6 +508,7 @@ const getUserName = (userId) => {
     if (res && res.data) {
       saveUserId(userInfo.value.userId)
       userInfo.value.name = res.data
+      scanSuccess()
       showNotify({ type: 'success', style: 'font-size: 30px !important;height:50px', message: '登录成功!' });
     }
   })