Ver Fonte

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

Casper Dai há 1 ano atrás
pai
commit
a20682cf62
1 ficheiros alterados com 1 adições e 1 exclusões
  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>'