Explorar o código

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

Casper Dai hai 1 ano
pai
achega
a20682cf62
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>'