2 Star 1 Fork 0

蓝创无忧/CMF数字库 uniapp小程序端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.16 KB
一键复制 编辑 原始数据 按行查看 历史
runtuer 提交于 2024-10-08 08:51 +08:00 . init
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/my/vip",
"style" :
{
"navigationBarTitleText" : "成为VIP",
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
}
},
{
"path" : "pages/goods/goods",
"style" :
{
"navigationBarTitleText" : "库区",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/goods/detail",
"style" :
{
"navigationBarTitleText" : "库区内容详情",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/goods/case",
"style" :
{
"navigationBarTitleText" : "库区案例"
}
},
{
"path" : "pages/study/study",
"style" :
{
"navigationBarTitleText" : "学习",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/study/detail",
"style" :
{
"navigationBarTitleText" : "学习内容详情",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/my/my",
"style" :
{
"navigationBarTitleText" : "我的",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/search/search",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/article/detail",
"style" :
{
"navigationBarTitleText" : "文章详情",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/my/course",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/my/collect",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/my/history",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/my/personal",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/study/course",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/goods/photo",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/goods/video",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/article/job",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText" : "会员登录"
}
},
{
"path" : "pages/protocol/protocol",
"style" :
{
"navigationBarTitleText" : "协议"
}
},
{
"path" : "pages/order/index",
"style" :
{
"navigationBarTitleText" : "订单记录"
}
},
{
"path" : "pages/order/detail",
"style" :
{
"navigationBarTitleText" : "订单详情"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
},
"uniIdRouter": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/oyetoday/cmf_uniapp.git
[email protected]:oyetoday/cmf_uniapp.git
oyetoday
cmf_uniapp
CMF数字库 uniapp小程序端
master

搜索帮助