Files
shixi2026vue/src/views/personal-user/Req30NearbyNetworkQualityView.vue

16 lines
275 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<script setup lang="ts"></script>
<template>
<div class="page">
<h2>业务需求30个人用户-周边网络质量</h2>
<p>这里展示个人用户周边网络质量的相关内容</p>
</div>
</template>
<style scoped>
.page {
padding: 16px;
}
</style>