1 Star 0 Fork 0

Mr_Cheng/fazhi-mobile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 6.10 KB
一键复制 编辑 原始数据 按行查看 历史
Mr_Cheng 提交于 2023-07-15 10:17 . 修复bug
{
"pages": [{
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "首页",
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"navigationBarTextStyle": "@navigationBarTextStyle"
}
},
{
"path": "pages/study/index",
"style": {
"navigationBarTitleText": "学习中心",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"navigationBarTextStyle": "@navigationBarTextStyle"
}
},
{
"path": "pages/study/detail/index",
"style": {
"navigationBarTitleText": "学习详情",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"navigationBarTextStyle": "@navigationBarTextStyle"
}
},
{
"path": "pages/user/index",
"style": {
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"navigationBarTextStyle": "@navigationBarTextStyle"
}
},
{
"path": "pages/detail/index",
"style": {
"navigationBarTitleText": "详情",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"navigationBarTextStyle": "@navigationBarTextStyle"
}
},
{
"path": "pages/course/index",
"style": {
"navigationBarTitleText": "课程列表",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"navigationBarTextStyle": "@navigationBarTextStyle"
}
},
{
"path": "pages/live/index",
"style": {
"navigationBarTitleText": "直播列表",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"navigationBarTextStyle": "@navigationBarTextStyle"
}
},
{
"path": "pages/article/index",
"style": {
"navigationBarTitleText": "文章列表",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"navigationBarTextStyle": "@navigationBarTextStyle"
}
},
{
"path": "pages/article/detail/index",
"style": {
"navigationBarTitleText": "文章详情",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"navigationBarTextStyle": "@navigationBarTextStyle"
}
},
{
"path": "pages/exam/index",
"style": {
"navigationBarTitleText": "考题",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"navigationBarTextStyle": "@navigationBarTextStyle"
}
},
{
"path": "pages/exam/start/index",
"style": {
"navigationBarTitleText": "开始考试",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"navigationBarTextStyle": "@navigationBarTextStyle"
}
},
{
"path": "pages/exam/topic/index",
"style": {
"navigationBarTitleText": "考试中",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"navigationBarTextStyle": "@navigationBarTextStyle"
}
},
{
"path": "pages/exam/results/index",
"style": {
"navigationBarTitleText": "答题结果",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"navigationBarTextStyle": "@navigationBarTextStyle"
}
},
{
"path": "pages/exam/wrong/index",
"style": {
"navigationBarTitleText": "错题回顾",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"navigationBarTextStyle": "@navigationBarTextStyle"
}
},
{
"path": "pages/public/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"navigationBarTextStyle": "@navigationBarTextStyle"
}
},
{
"path": "pages/public/register",
"style": {
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"navigationBarTextStyle": "@navigationBarTextStyle"
}
},
{
"path": "pages/test/comp",
"style": {
"navigationBarTitleText": "测试组件",
"enablePullDownRefresh": false
}
}
// {
// "path": "pages/test/eSign",
// "style": {
// "navigationBarTitleText": "e签宝",
// "enablePullDownRefresh": false
// }
// }
,{
"path" : "pages/public/resetpwd",
"style" :
{
"navigationBarTitleText": "重置密码",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/edit/editAvatar",
"style" :
{
"navigationBarTitleText": "个人设置",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "@navigationBarTextStyle",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"backgroundColor": "@backgroundColor"
},
"tabBar": {
"color": "@tabBarColor",
"selectedColor": "@tabBarSelectedColor",
"borderStyle": "@tabBarBorderStyle",
"backgroundColor": "@tabBarBackgroundColor",
"list": [{
"pagePath": "pages/home/index",
"text": "首页",
"iconPath": "./static/home.png",
"selectedIconPath": "./static/homea.png"
},
{
"pagePath": "pages/live/index",
"text": "直播",
"iconPath": "./static/live.png",
"selectedIconPath": "./static/livea.png"
},
{
"pagePath": "pages/study/index",
"text": "学习中心",
"iconPath": "./static/study.png",
"selectedIconPath": "./static/studya.png"
},
{
"pagePath": "pages/user/index",
"text": "个人中心",
"iconPath": "./static/user.png",
"selectedIconPath": "./static/usera.png"
}
]
},
"uniIdRouter": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cheng-long-x/fazhi-mobile.git
[email protected]:cheng-long-x/fazhi-mobile.git
cheng-long-x
fazhi-mobile
fazhi-mobile
master

搜索帮助