uniapp发布H5后PC file协议打开,禁用模拟移动端显示
1
2
3
4
5
6
7
8
9
10
11
12
13
"h5" : {
"template" : "template.h5.html",//PC预览时提示扫码二维码查看,删除后直接显示
"devServer" : {
"https" : false
},
"router" : {
"base" : "/h5/"
// "base" : "",//file协议
// "mode" : "hash"//file协议
}
// "publicPath" : "./"//file协议
},