地图点击下钻详情页面
This commit is contained in:
@@ -24,11 +24,20 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { getMapData } from '@/api/desk/notice'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
getPageUrl: "/chengdu/index.html"
|
||||
};
|
||||
},
|
||||
created() {
|
||||
getMapData({
|
||||
date: '2023-09',
|
||||
province: '四川省'
|
||||
}).then(res => {
|
||||
console.log(res)
|
||||
})
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user