diff --git a/manifest.json b/manifest.json index acaa27f..3925b83 100644 --- a/manifest.json +++ b/manifest.json @@ -121,15 +121,14 @@ }, "h5" : { "devServer" : { - "https" : false, + "https" : true, "port" : 8055 }, - "disableHostCheck" : true, // 禁用 Host 检查 打包时改成false + "disableHostCheck" : false, // 禁用 Host 检查 打包时改成false "router" : { - "mode" : "hash" + "mode" : "hash", + "base" : "/app/" }, - "base" : "", - // "base" : "/app/", "optimization" : { "treeShaking" : { "enable" : true @@ -137,7 +136,4 @@ } } } -// "port" : 8055 -// "disableHostCheck" : true, // 禁用 Host 检查 打包时改成false -// "base" : "/app/"