Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangwenxue
6 years ago
Commit
126c62c473038d7075e3447e6b14dd838b4cc642
1 parent
1cc0c4ef
chore(alipay): fix typo
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
utils/alert-manager.js
utils/alert-manager.js
View file @
126c62c
...
...
@@ -66,7 +66,7 @@ const AlertManager = {
/**
* AlertAgent
*
管理模块下告警
*
模块告警Agent
*/
class
AlertAgent
{
/**
...
...
@@ -74,7 +74,7 @@ class AlertAgent {
* @param {string} name 模块名
* @param {Object} subjectMap 模块告警信息类型,subjectId=>subject
* @param {Array[string]} ats 需要@的手机号
* @param {boolean} isAtAll 是
不
@全体人员, default=false
* @param {boolean} isAtAll 是
否
@全体人员, default=false
*/
constructor
(
name
,
subjectMap
,
ats
=
[],
isAtAll
=
false
)
{
this
.
name
=
name
;
...
...
Please
register
or
login
to post a comment