8 Star 47 Fork 89

架构师的思想 / education-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 4.10 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/tabBar/index/index",
"style": {
"navigationStyle":"custom",
// "enablePullDownRefresh": true,
"navigationBarTitleText": "首页",
"app-plus": {
"titleNView": false, //禁用原生导航栏
"bounce": "vertical",
"titleNView": {
"buttons": [{
"fontSize": "22px",
"color": "#FFFFFF",
"backgroundColor": "#409eff"
}]
}
}
}
},
{
"path": "pages/tabBar/center/login",
"style": {
"navigationStyle":"custom",
"navigationBarTitleText": "用户登录",
"app-plus": {
"bounce": "vertical"
}
}
},
{
"path": "pages/tabBar/course/index",
"style": {
"navigationBarTitleText": "视频课堂",
"app-plus": {
"bounce": "vertical",
"titleNView": {
"buttons": [{
"fontSize": "22px",
"color": "#FFFFFF"
}]
}
}
}
},
{
"path": "pages/tabBar/paper/index",
"style": {
"navigationBarTitleText": "考试中心",
"app-plus": {
"bounce": "vertical",
"titleNView": {
"buttons": [{
"fontSize": "22px",
"color": "#FFFFFF"
}]
}
}
}
},
{
"path": "pages/tabBar/center/index",
"style": {
"navigationBarTitleText": "个人中心",
"app-plus": {
"bounce": "vertical",
"titleNView": {
"buttons": [{
"fontSize": "22px",
"color": "#FFFFFF"
}]
}
}
}
},
{
"path": "pages/tabBar/center/skin-change",
"style": {
"navigationBarTitleText": "主题切换"
}
},
{
"path": "pages/tabBar/center/message",
"style": {
"navigationBarTitleText": "消息中心"
}
},
{
"path": "pages/tabBar/paper/exam-question"
},
{
"path": "pages/tabBar/center/userInfo",
"style": {
"navigationBarTitleText": "个人资料"
}
},
{
"path": "pages/tabBar/center/about",
"style": {
"navigationBarTitleText": "关于我们"
}
},
{
"path": "pages/tabBar/center/setting",
"style": {
"navigationBarTitleText": "系统设置"
}
},
{
"path": "pages/tabBar/center/service",
"style": {
"navigationBarTitleText": "服务条款"
}
},
{
"path": "pages/tabBar/center/exam-history",
"style": {
"navigationBarTitleText": "考试记录"
}
},
{
"path": "pages/tabBar/center/wrongBook",
"style": {
"navigationBarTitleText": "错题本"
}
},
/*
{
"path": "pages/tabBar/center/user",
"style": {
"navigationBarTitleText": "个人资料"
}
}, */
{
"path": "pages/tabBar/center/password",
"style": {
"navigationBarTitleText": "登录密码"
}
},
{
"path": "pages/tabBar/course/course-detail",
"style": {
"navigationBarTitleText": "课程详情"
}
},
{
"path": "pages/tabBar/paper/examDetail",
"style": {
"navigationBarTitleText": "考试详情"
}
},
{
"path": "pages/tabBar/paper/result",
"style": {
"navigationBarTitleText": "考试结果"
}
}
],
"globalStyle": {
"pageOrientation": "portrait",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "Hello uniapp",
"navigationBarBackgroundColor": "#007AFF"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"list": [{
"pagePath": "pages/tabBar/index/index",
"iconPath": "static/menu/home.png",
"selectedIconPath": "static/menu/home_select.png",
"text": "首页"
},
{
"pagePath": "pages/tabBar/course/index",
"iconPath": "static/menu/course.png",
"selectedIconPath": "static/menu/course_select.png",
"text": "视频课堂"
}, {
"pagePath": "pages/tabBar/paper/index",
"iconPath": "static/menu/exam.png",
"selectedIconPath": "static/menu/exam_select.png",
"text": "考试中心"
}, {
"pagePath": "pages/tabBar/center/index",
"iconPath": "static/menu/user.png",
"selectedIconPath": "static/menu/user_select.png",
"text": "个人中心"
}
]
}
}
JavaScript
1
https://gitee.com/zhuimengshaonian/education-app.git
git@gitee.com:zhuimengshaonian/education-app.git
zhuimengshaonian
education-app
education-app
master

搜索帮助