欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

vue baidumap background myLabel使用本地图片

程序员文章站 2022-06-01 21:45:15
...

找了半天原因发现应该是分号层级不对

 myLabel.setStyle({
                cursor: "pointer",
                background: 'url("'+$_this.pointUrl1+'/map-pointer-e1.png")',
              });

或者

          myLabel.setStyle({
                cursor: "pointer",
                background: 'url('+require("@/assets/image/map-pointer-e2.png")+')',
              });
相关标签: 神奇的css