page.json配置如下
{
"path": "pages/videoDetail/videoDetail",
"style": {
"navigationBarTitleText": "视频详情",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/newsDetail/newsDetail",
"style": {
"navigationBarTitleText": "资讯详情",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/errorPage/errorPage",
"style": {
"navigationBarTitleText": "内容找不到啦"
}
}
本地访问直接可以 http://localhost:8080/h5/pages/errorPage/errorPage访问,发行到h5后只有一个index.html.地址为http://47.52.114.211,只有首页的内容,不能根据路径访问到其他页面,因为这个h5是要放到ios的webview里,两个不同的页面所以需要两个路径,求解答!!!!!
2 个回复
7***@qq.com
请教一下楼主问题已经解决了吗,怎么解决的
2***@qq.com
请教一下楼主问题已经解决了吗,怎么解决的
2***@qq.com
我刚解决了,把路由模式改成hash就好了
2021-10-11 15:25
1***@qq.com
回复 2***@qq.com: 改成hash也没用咋办
2021-10-14 17:07
2***@qq.com
回复 1***@qq.com: 看下是不是服务器的配置问题
2021-11-01 16:27
2***@qq.com
回复 1***@qq.com: 问下 解决了吗
2021-11-17 14:36