panlinlin
2021-04-14 cb5849d8a14f55241c44bdf6724b18de7950564d
web_src/src/components/dialog/chooseChannel.vue
@@ -13,7 +13,11 @@
            </el-tab-pane>
            <el-tab-pane label="直播流通道" name="streamchannel">
                <!-- TODO -->
                <el-container>
                    <el-main style="background-color: #FFF;">
                     <chooseChannelFoStream :platformId=platformId ></chooseChannelFoStream>
                    </el-main>
            </el-container>
            </el-tab-pane>
        </el-tabs>
    </el-dialog>
@@ -22,11 +26,13 @@
<script>
import chooseChannelForGb from '../dialog/chooseChannelForGb.vue'
import chooseChannelFoStream from '../dialog/chooseChannelForStream.vue'
export default {
    name: 'chooseChannel',
    props: {},
    components: {
        chooseChannelForGb,
        chooseChannelFoStream,
    },
    computed: {
        // getPlayerShared: function () {
@@ -66,7 +72,7 @@
            this.$axios({
                method:"post",
                url:"/api/platforms/updateChannelForGB",
                url:"/api/platform/update_channel_for_gb",
                data:{
                    platformId:  that.platformId,
                    channelReduces:  that.chooseData