摘要: 背景:列表的详情页做tab,在router.config.js自定义路由; 使用TabLayout会默认缓存数据,tab切换不更新;所以需要在router.config.js, meta加上keepAlive: true在TabLayout.vue文件进行以下修改 阅读全文
posted @ 2021-08-31 13:44 小码农+1 阅读(554) 评论(0) 推荐(0) 编辑
摘要: 项目需求: 数据没有经纬度,展示廊坊市地图;存在标记; <template> <div id='MapBox'> <div class='mapDiv' :id='params.id' ref="mapShow"></div> </div> </template> <script> let tile 阅读全文
posted @ 2021-08-31 13:37 小码农+1 阅读(147) 评论(0) 推荐(0) 编辑
摘要: <!--引入需要的js和css--> <link rel="stylesheet" href="http://www.dituyi.com.cn/wmap/wmap.css"> <script src="http://www.dituyi.com.cn/wmap/wmap.js"></script> 阅读全文
posted @ 2021-08-31 13:34 小码农+1 阅读(132) 评论(0) 推荐(0) 编辑