Selaa lähdekoodia

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

Casper Dai 1 vuosi sitten
vanhempi
sitoutus
a20682cf62
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>'