Commit 2a6f4d1f authored by “yiyousong”'s avatar “yiyousong”
parents 49fdbddd fd19f023
...@@ -93,6 +93,12 @@ ...@@ -93,6 +93,12 @@
:key="index" :key="index"
:src="baseUrl + item" :src="baseUrl + item"
></video> ></video>
<audio
controls
v-if="/\.(mp3|wav|)$/.test(item)"
:key="index"
:src="baseUrl + item"
></audio>
<a-button <a-button
:href="baseUrl + item" :href="baseUrl + item"
v-else v-else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment