添加百度地图类型声明,更新 HTML 以加载百度地图 API,新增多个视图组件和路由配置以支持信号覆盖、网络质量、数据连接、热门应用和个人用户的统计展示。
This commit is contained in:
15
src/views/hot-phone/Req26PhoneDistributionMapView.vue
Normal file
15
src/views/hot-phone/Req26PhoneDistributionMapView.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div class="page">
|
||||
<h2>业务需求26:热门手机-热门手机分布图</h2>
|
||||
<p>这里展示热门手机分布图的相关内容。</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.page {
|
||||
padding: 16px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user