开发环境下路由跳转

This commit is contained in:
zhouxhere 2022-01-18 01:40:35 +00:00
parent a4d18ff768
commit 54ca80b2b4
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ module.exports = merge(common, {
devServer: { devServer: {
static: './public', static: './public',
hot: true, hot: true,
historyApiFallback: true,
proxy: {}, proxy: {},
}, },
}) })