imeik-imui 2.0.8 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -10,11 +10,11 @@
10
10
  <!-- 加载中状态显示loading -->
11
11
  <ImLoading v-else />
12
12
  <!-- 播放按钮 -->
13
- <div v-if="recordingUrl" class="play-btn" @click="playVideo(recordingUrl)">
13
+ <div v-if="recordingUrl" class="play-btn" @click="playVideo(recordingUrl.url)">
14
14
  <img src="https://udstatic.imeik.com/pcUploads/1732257019241/play-icon.png" alt="播放" />
15
15
  </div>
16
16
  <!-- 预览项操作按钮区域 -->
17
- <div v-if="recordingUrl" class="preview-actions">
17
+ <div v-if="!isView" class="preview-actions">
18
18
  <!-- 删除按钮 -->
19
19
  <span class="close-btn" @click="removeRecording(index)">
20
20
  <img src="https://udstatic.imeik.com/pcUploads/1732247355378/delete-icon.png" alt="删除" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imeik-imui",
3
- "version": "2.0.8",
3
+ "version": "2.1.0",
4
4
  "ch_name": "imeik基础UI组件库-PC端",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve --mode dev",