Files
coin-manager-new/src/views/normal-config/channel-manager.vue
2025-12-22 12:48:14 +08:00

23 lines
198 B
Vue

<template>
<div>
合作渠道管理
</div>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style scoped>
</style>