Results 4 issues of yankang

中文用户请注意:请尽量用**英文**描述你的 issue,这样能够让尽可能多的人帮到你。 If you want to report a bug, please provide the following information: - The steps to reproduce. - A minimal demo of the problem via https://jsfiddle.net or http://codepen.io/pen...

刷新页面就好了。需要增加重置轮播图的方法。

如css文件: background-image: url(~@/assets/img/h5/headerBg.png); 配置: "alias-skip.mappings": { "~@":"/src" } jsconfig.json中 "paths": { "@/*": ["src/*"], "~@/*": ["src/*"] } 对css文件中~@插件不能生效。