# tc-map **Repository Path**: zed13579/tc-map ## Basic Information - **Project Name**: tc-map - **Description**: 腾讯地图vue组件 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-29 - **Last Updated**: 2021-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, 腾讯地图 ## README # vue 腾讯地图组件 功能:输入关键词搜索,地图选点逆解析 相关教程链接 [https://blog.csdn.net/Zyd_code/article/details/121556068](https://blog.csdn.net/Zyd_code/article/details/121556068) tcmap: vue项目 tcmap-spring: springboot后端 ### vue项目里需要修改的地方: 1. public/index.html 填充key 2. /components/Map/TencentMap.vue 的data 填充key ### 后端项目需要修改的地方 1. MapController 填充key和secretkey ###同时运行两个项目访问vue项目即可查看demo