Commit 3cd60f6a by caoyanzhi

Merge branch 'feature/组件引入调整' into dev

parents 5346e103 39d46418
......@@ -43,8 +43,8 @@ const devWebpackConfig = merge(baseWebpackConfig, {
watchOptions: {
poll: config.dev.poll,
},
before(app, server) {
app.get(/^(?!\/gic-clique).*$/, (req, res) => {
before(app) {
app.get('/', (req, res) => {
res.redirect('/gic-clique/');
})
},
......
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