xlqx/app/pages/merchantFranchise/index.vue
2025-11-04 15:32:40 +08:00

11 lines
151 B
Vue

<script setup lang="ts">
// 表单逻辑已抽离到 MerchantForm 组件
</script>
<template>
<MerchantForm />
</template>
<style scoped>
</style>