Skip to content

Commit a330e26

Browse files
committed
fix isNoDisturbGlobal params
1 parent b3b1977 commit a330e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ export default class JMessage {
486486
* @param {function} error = function ({'code': '错误码', 'description': '错误信息'}) {}
487487
*/
488488
static isNoDisturbGlobal(success, error) {
489-
JMessageModule.isNoDisturbGlobal(params, success, error)
489+
JMessageModule.isNoDisturbGlobal(success, error)
490490
}
491491

492492
/**

0 commit comments

Comments
 (0)