168 Star 2K Fork 359

report / ReportPlus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
howcode 提交于 2023-03-31 16:55 . 修改文件路径
{
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"pageOrientation": "auto"
}
}
],
"subPackages":[{
"root":"myPackageA",
"pages":[
{
"path":"pages/sport/index",
"style":{
"navigationStyle": "custom",
"pageOrientation": "auto"
}
},
{
"path": "pages/school/index",
"style": {
"navigationStyle": "custom",
"pageOrientation": "auto"
}
},
{
"path": "pages/finance/index",
"style": {
"navigationStyle": "custom",
"pageOrientation": "auto"
}
},
{
"path": "pages/main/index",
"style": {
"navigationStyle": "custom",
"pageOrientation": "auto"
}
}
]
}],
"window": {
"navigationBarTitleText": "下拉刷新",
"enablePullDownRefresh": true,
"backgroundTextStyle": "dark"
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "UReport",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"windows": {
"navigationBarTitleText": "下拉刷新",
"enablePullDownRefresh": true,
"backgroundTextStyle": "dark"
}
}
JavaScript
1
https://gitee.com/ureport/ReportPlus.git
git@gitee.com:ureport/ReportPlus.git
ureport
ReportPlus
ReportPlus
master

搜索帮助