.net core中前端vue HTML5 History 刷新页面404问题

放到启动的应用程序的最后面

app.Run(async (context) =>
{
    context.Response.ContentType = "text/html";
    await context.Response.SendFileAsync(Path.Combine(env.WebRootPath, "index.html"));
});

.net core中前端vue HTML5 History 刷新页面404问题_第1张图片

https://blog.csdn.net/lee576/article/details/88355877

你可能感兴趣的:(dotnet,vue,前端,.netcore,vue.js)