uni-app开发的h5 访问url自动添加 #的问题
在manifest.json配置文件修改h5的内容,添加router部分
"h5" : {
"title" : "xxx",
"domain" : "",
"router":{
"mode":"history"
}
}
解决!
在manifest.json配置文件修改h5的内容,添加router部分
"h5" : {
"title" : "xxx",
"domain" : "",
"router":{
"mode":"history"
}
}
解决!