refine theme color

This commit is contained in:
Pan
2019-03-18 09:42:52 +08:00
parent a80999e0a2
commit f3aefe54e8
5 changed files with 41 additions and 17 deletions

View File

@@ -55,7 +55,6 @@ module.exports = {
// import ES2015 module from common.js module
const { default: mocks } = require('./mock')
for (const mock of mocks) {
console.log(mock, mock.response)
app.all(mock.route, mock.response)
}
}