소스 검색

登录成功播放提示音

zh 10 달 전
부모
커밋
c266b97e59
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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: '登录成功!' });
     }
   })