我有以下网址:
about/myfile.php?..
当我来到页面myfile.php
时,它正常工作。现在,我正在刷新我的页面。刷新后我得到了:
无法获取/about/myfile.php
正如https://github.com/fabric8-ui/fabric8-ui/pull/1391/files所述,我在webpack.config.js文件中进行了更改:
devServer: {
historyApiFallback: {
disableDotRule: true,
},
},
但是,它没有进行刷新。