新增 crud.js,整合通用的增删改查

This commit is contained in:
dqjdda
2019-11-22 12:22:52 +08:00
parent 1c88d57f04
commit ea085433e2
13 changed files with 459 additions and 297 deletions

View File

@@ -81,7 +81,7 @@ service.interceptors.response.use(
if (errorMsg !== undefined) {
Notification.error({
title: errorMsg,
duration: 3000
duration: 2500
})
}
}