Files
new-cashier/jeepay-ui-agent/src/views/user/H5MchApplymentOption.vue
2024-05-23 14:39:33 +08:00

11 lines
265 B
Vue

<template>
<JeepayH5MchApplymentOptionPage />
</template>
<script setup lang="ts">
import { provide } from 'vue'
// 向所有子组件注入参数: 配置模式: mgrApplyment / agentApplyment / mchApplyment
provide('configMode', 'agentApplyment')
</script>