admin管理员组

文章数量:1566366

主要功能:

  • 根据坐标显示
  • 根据位置显示

效果图:

1. 官网注册认证 并申请key

官网地址https://lbs.qq/

2. 引入
npm install qqmap --save
import maps from "qqmap"
3. 使用

html:

<div  style=" width: 800px; height:400px; margin: 0 auto">

data:

      //腾讯地图
      map: null,
      getAddress: null,
      getAddCode: null,
      addressKeyword: "",
      shopInfo:{
        lng:'',
        lat:''
      },

本文标签: 腾讯地图vueCLI