Skip to content

Commit b7e2a2b

Browse files
committed
fix error tips
1 parent 86bc7ad commit b7e2a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ if (app.get('env') === 'development') {
8989
app.use(function(err, req, res) {
9090
res.status(err.status || 500);
9191
res.render('error', {
92-
message: err.message,
92+
message: '服务器繁忙,请稍后再试!',
9393
error: {}
9494
});
9595
});

0 commit comments

Comments
 (0)