merchant-web/src/views/modules/operation-management/distributor/index.vue

15 lines
108 B
Vue
Raw Normal View History

2024-12-06 11:14:50 +00:00
<template>
<div>
分销商
</div>
</template>
<script>
export default {
}
</script>
<style>
</style>