图片总获取不到等问题的完美解决
let box = document.getElementById('switch')
// const swiurl ='url(' + require('./pic/开关(关).png') +')'
box.style.backgroundImage = 'url(' + require('./pic/开关(关).png') +')'
box.style.backgroundRepeat = "no-repeat"
box.style.backgroundSize = '100% 100%';