c
wangjuncheng
2025-04-30 c49a96c05e686a1c333998b944bf69055341cdf4
src/utils/tools.js
@@ -53,7 +53,7 @@
  },
  // 雨天模拟
  toggleRain(option, show) {
    console.log(option, "option");
    // console.log(option, "option");
    // 先销毁旧实例
    if (this.rainEffect) {
      this.rainEffect.destroy();