hldy_app_mini/pages/NursingNew/component/doctorask/medical/medical.vue

29 lines
297 B
Vue
Raw Normal View History

2026-01-19 15:37:36 +08:00
<template>
<view>
<view style="width: 100vw;
height: 100vh;
line-height: 100vh;
font-size: 4.5vw;
text-align: center;">
敬请期待
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>