Browse Source

登录成功播放提示音

zh 9 months ago
parent
commit
c266b97e59
1 changed files with 1 additions and 0 deletions
  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: '登录成功!' });
     }
   })