Просмотр исходного кода

fix(deploy): default playback (EventPriority.SHIM)

Casper Dai 1 год назад
Родитель
Сommit
a20682cf62
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/screen/deploy/device/index.vue

+ 1 - 1
src/views/screen/deploy/device/index.vue

@@ -655,7 +655,7 @@ export default {
       })
     },
     onPublishDefaultPlayback () {
-      return this.getPublishTarget().then(
+      return this.getDefaultPlaybackPublishData().then(
         ({ publishType, targetList, name, resolutionRatio }) => {
           const warningTip = resolutionRatio && (!this.ratio || resolutionRatio !== this.ratio)
             ? '<p class="u-color--error">上播内容与设备分辨率不一致,可能无法完全适配</p>'