创建的不是h5的项目 是uniapp的项目 manifast没有h5的选项怎么弄
f***@163.com
- 发布:2024-04-27 18:42
- 更新:2024-04-28 08:36
- 阅读:150
1 个回复
2***@qq.com - lq
manifest.json-web配置或者源码视图最外层手动添加
"h5" : {
//模版路径改成自己的
"template" : "template.html"
}