开发环境下路由跳转
This commit is contained in:
parent
a4d18ff768
commit
54ca80b2b4
|
@ -13,6 +13,7 @@ module.exports = merge(common, {
|
||||||
devServer: {
|
devServer: {
|
||||||
static: './public',
|
static: './public',
|
||||||
hot: true,
|
hot: true,
|
||||||
|
historyApiFallback: true,
|
||||||
proxy: {},
|
proxy: {},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Reference in New Issue