sjy-ecos/config/config.js

7 lines
94 B
JavaScript

app.locals({
title: 'eco',
phone: '666',
email: 'zzz@zzz.com'
});
module.exports = config;