Преглед изворни кода

登录成功播放提示音

zh пре 9 месеци
родитељ
комит
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: '登录成功!' });
     }
   })