Skip to content

Commit 7c940c9

Browse files
committed
修复一些导致无法正确加载页面的bug
1 parent acf0fc8 commit 7c940c9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

client/src/api/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ export const apiService = {
112112
// 获取告警详情
113113
getAlertDetail: (issueID: string) => {
114114
return api.get(`/v1/issues/${issueID}`)
115+
}
115116
}
116117

117118
export default api

client/src/mock/services.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,8 @@ export const mockAlertDetails: Record<string, AlertDetail> = {
16361636
}
16371637
]
16381638
}
1639-
=======
1639+
}
1640+
16401641
// Mock数据 - 告警规则变更记录
16411642
export const mockAlertRuleChangelog: AlertRuleChangelogResponse = {
16421643
items: [

0 commit comments

Comments
 (0)