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

14 lines
146 B
Vue
Raw Normal View History

2025-09-10 17:55:35 +00:00
<template>
<div>商户账号管理</div>
</template>
<script>
export default {
name: 'MerchantAccount'
}
</script>
<style scoped>
</style>