说明:移除索引为Index的slide。例如: mySwiper.virtual.removeSlide(0); //移除第一个 mySwiper.virtual.removeSlide([0, 1]); //移除第一个和第二个...