oil-station/fuintAdmin/src/views/member/userInfo.vue

16 lines
138 B
Vue
Raw Normal View History

2023-10-17 19:01:29 +08:00
<template>
<div>
会员详情页
</div>
</template>
<script>
export default {
}
</script>
<style lang="scss" scoped>
</style>