uni-app 打包后上传服务器、需要seo 或者想要自定义index.html入口文件的内容 操作方法如下
1、自定义模板

这个自定义模板 uni-app 官网有:(路径点这个参考)
链接如下:https://uniapp.dcloud.net.cn/collocation/manifest.html#h5-template

2、配置 manifest.json
这个文件选择 你前面自定义的index.html文件 
3、然后打包npm run build 构建
出来的index.html 将会是你自定义index.html 的内容