Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
206c8cefe3dcfc72e5c5dbf6cb76f57f723303e9
Authored by
fengtao
2022-11-30 18:12:41 +0800
1 parent
7822d425
fix:DEFECT-925 用户去修改管理凭证,弹了两个提示框出来
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
src/views/device/list/cpns/modal/ManageDeviceTokenModal.vue
src/views/device/list/cpns/modal/ManageDeviceTokenModal.vue
View file @
206c8ce
...
...
@@ -206,11 +206,7 @@
206
206
closeModal();
207
207
handleCancel();
208
208
})
209
-
.catch((e) => {
210
-
if (e?.message) {
211
-
createMessage.error(e?.message);
212
-
}
213
-
});
209
+
.catch(() => {});
214
210
};
215
211
return {
216
212
registerModal,
...
...