@@ -581,7 +581,9 @@
contentType: "application/json",
data: JSON.stringify(project),
success: function (res) {
- return true;
+ setTimeout(() => {
+ console.log('睡眠0.09秒');
+ }, 0.09);
},
error: function (error) {
}