简述如何在uni-app项目中设置页面路径。
在uni-app项目中的pages.json文件中,设置页面路径。示例代码如下。
"pages":
{
"path":"页面路径",
"style":{
"navigationBarTitleText":"导航栏标题"
}
],