mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 01:06:45 +08:00
日志
This commit is contained in:
@@ -168,6 +168,7 @@ function autoComma(number) {
|
||||
|
||||
//节流
|
||||
function throttle(fn, delay = 200) {
|
||||
console.log("throttle gx start")
|
||||
var timer = null;
|
||||
return function () {
|
||||
console.log('throttle')
|
||||
|
||||
Reference in New Issue
Block a user