Abigmiu

Results 4 issues of Abigmiu

```javascript // 第38行, this.throttler 返回的是一个新的函数A window.addEventListener('scroll', this.throttler(this.getScrollTop, 300)) // 第75 行, 销毁的是定义好的 getScrollTop 函数, 而不是函数A window.removeEventListener('scroll', this.getScrollTop) ```

https://github.com/87789771/meimei-nestjs-admin/blob/7683fee2b9803fbfbf96a0f36cbd32fa098a1a28/meimei-admin/src/config/config.production.ts#L25 typeorm 有迁移工具