Skip to content

Commit

Permalink
fix: notify持续时间
Browse files Browse the repository at this point in the history
  • Loading branch information
sl1673495 committed Aug 1, 2019
1 parent 0ca3da7 commit ffa96f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ export function notify(message) {
return Notification({
message,
title: '提示',
duration: 0
duration: 2000
})
}

0 comments on commit ffa96f3

Please sign in to comment.