1 Star 0 Fork 377

dongdong/ReportPlus

forked from report/ReportPlus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
munda 提交于 2021-05-20 17:17 . 新增包和运动报表页面
{
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index_1",
"style": {
"navigationStyle": "custom",
"pageOrientation": "auto"
}
},
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"pageOrientation": "auto"
}
},
{
"path": "pages/main/index",
"style": {
"navigationStyle": "custom",
"pageOrientation": "auto"
}
},
{
"path": "pages/school/index",
"style": {
"navigationStyle": "custom",
"pageOrientation": "auto"
}
},
{
"path": "pages/finance/index",
"style": {
"navigationStyle": "custom",
"pageOrientation": "auto"
}
}
],
"subPackages":[{
"root":"myPackageA",
"pages":[{
"path":"pages/sport/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"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/dongdong52100/ReportPlus.git
git@gitee.com:dongdong52100/ReportPlus.git
dongdong52100
ReportPlus
ReportPlus
master

搜索帮助