代码拉取完成,页面将自动刷新
同步操作将从 架构师的思想/education-app 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/tabBar/index/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "首页",
"app-plus": {
"bounce": "vertical",
"titleNView": {
"buttons": [{
"fontSize": "22px",
"color": "#FFFFFF",
"backgroundColor": "#409eff"
}]
}
}
}
},
{
"path": "pages/tabBar/center/login",
"style": {
"navigationBarTitleText": "用户登录",
"app-plus": {
"bounce": "vertical",
"titleNView": {
"buttons": [{
"fontSize": "22px",
"color": "#FFFFFF",
"backgroundColor": "#409eff"
}]
}
}
}
},
{
"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": "个人中心"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。