This commit is contained in:
2023-12-27 16:44:51 +08:00
parent fde3e77bb5
commit 31a770ebe4
20 changed files with 665 additions and 352 deletions

View File

@@ -302,11 +302,11 @@ export default {
});
}
}).catch((error)=>{
Vue.prototype.$notify.error({
title: '错误',
message: error,
offset: 50
});
// Vue.prototype.$notify.error({
// title: '错误',
// message: error,
// offset: 50
// });
})
}else{
return;