Commit a9a1bbfb authored by 罗超's avatar 罗超

1

parent 23a3871a
...@@ -79,7 +79,6 @@ export default { ...@@ -79,7 +79,6 @@ export default {
async getWebNavList() { async getWebNavList() {
let res = await getWebNavList(6); let res = await getWebNavList(6);
this.swiperData = res.Data; this.swiperData = res.Data;
console.log(this.swiperData);
}, },
initMap() { initMap() {
let map = new BMap.Map("mapcontainer"); // 创建Map实例 let map = new BMap.Map("mapcontainer"); // 创建Map实例
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment