|
|
@@ -935,7 +935,8 @@ async function getPreviewAudio() { |
|
|
|
); |
|
|
|
} |
|
|
|
previewAudioUrl.value = res.data.data; |
|
|
|
document.getElementById("audio").play(); |
|
|
|
let audioA = document.getElementById("audio").play(); |
|
|
|
audioA.play(); |
|
|
|
} catch (error) { |
|
|
|
ElMessage.error( |
|
|
|
lanChange.value == "zh-cn" |
|
|
@@ -1439,6 +1440,11 @@ function createWS() { |
|
|
|
} |
|
|
|
// 点击发送需求 |
|
|
|
async function sendRequirement() { |
|
|
|
// loading |
|
|
|
if (sendLoading.value) { |
|
|
|
return; |
|
|
|
} |
|
|
|
// 无需求时 |
|
|
|
if (!problemContent.value) { |
|
|
|
mySocket.close(); |
|
|
|
return; |
|
|
@@ -2132,9 +2138,7 @@ onUnmounted(() => { |
|
|
|
overflow: hidden; |
|
|
|
transition: all 0.3s; |
|
|
|
box-shadow: #00000026 2px 2px 2px 2px; |
|
|
|
&:hover { |
|
|
|
transform: translateY(-10px); |
|
|
|
} |
|
|
|
|
|
|
|
text-align: center; |
|
|
|
margin-bottom: 20px; |
|
|
|
height: 100px; |
|
|
@@ -2148,6 +2152,7 @@ onUnmounted(() => { |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
opacity: 0; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
} |
|
|
|
.musicList { |
|
|
@@ -2276,6 +2281,7 @@ onUnmounted(() => { |
|
|
|
background-color: #000; |
|
|
|
text-align: center; |
|
|
|
line-height: 50px; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
} |
|
|
|
:deep(.el-tabs__item.is-active) { |
|
|
|