|
|
@@ -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>'
|