成型页面

This commit is contained in:
2023-06-06 15:00:01 +08:00
parent 6257e31481
commit b921acdef7
6 changed files with 498 additions and 47 deletions

View File

@@ -55,7 +55,7 @@ export const post = (sevmethod, params) => {
.then(response => {
resolve(response.data)
}, error => {
Dialog(error.message)
// Dialog(error.message)
reject(error.message)
})
.catch((error) => {