Newer
Older
shipFront / src / views / common / channel / editChannel.vue
[wangxitong] on 15 Oct 2021 212 bytes first commit
<!--
 * @Description: 编辑通道页面
 * @Author: 王晓颖
 * @Date:
 -->
<template />

<script>
export default {
  name: 'EditChannel'
}
</script>

<style rel="stylesheet/scss" lang="scss" scoped>

</style>