Commit b2d3da76 by crushh

Merge branch 'dev' of http://git.gicdev.com/office/haoban-3 into dev

parents cb89824b 668fc945
......@@ -43,8 +43,8 @@ const devWebpackConfig = merge(baseWebpackConfig, {
watchOptions: {
poll: config.dev.poll,
},
before(app, server) {
app.get(/^(?!\/haoban-3).*$/, (req, res) => {
before(app) {
app.get('/', (req, res) => {
res.redirect('/haoban-3/');
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment