This commit is contained in:
shimu
2024-05-30 14:26:36 +08:00
parent 22cdc43c24
commit 193e2ad370
3 changed files with 14 additions and 6 deletions

View File

@@ -138,6 +138,7 @@ module.exports = (env, argv) => {
client: false,
host: "127.0.0.1",
allowedHosts: "all",
historyApiFallback: true,
onAfterSetupMiddleware: MiddleWare,
static: {
directory: path.join(vuePath, "public"),