代码拉取完成,页面将自动刷新
{
// "condition": { //模式配置,仅开发期间生效
// "current": 0, //当前激活的模式(list 的索引项)
// "list": [{
// "name": "test", //模式名称
// "path": "pages/componentsA/test/test", //启动页面,必选
// "query": "" //启动参数,在页面的onLoad函数里面得到
// }]
// },
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom"
}
},
{
"path": "pages/home/studentInfo",
"style": {
"navigationBarTitleText": "考生信息核验",
"navigationStyle": "default"
}
},
{
"path": "pages/home/exam/playing",
"style": {
"navigationBarTitleText": "开始考试",
"navigationStyle": "default"
}
},
{
"path": "pages/home/exam/updatePlaying",
"style": {
"navigationBarTitleText": "查看修改考试",
"navigationStyle": "default"
}
},
{
"path": "pages/home/list/auditExam",
"style": {
"navigationBarTitleText": "修改成绩审核",
"navigationStyle": "default"
}
},
{
"path": "pages/home/list/historyEdit",
"style": {
"navigationBarTitleText": "成绩修改历史",
"navigationStyle": "default"
}
},
{
"path": "pages/home/list/historyEditDetail",
"style": {
"navigationBarTitleText": "成绩修改历史详情",
"navigationStyle": "default"
}
},
{
"path": "pages/home/list/historyExam",
"style": {
"navigationBarTitleText": "历史成绩",
"navigationStyle": "default"
}
}
// {
// "path": "pages/login/login",
// "style": {
// "navigationBarTitleText": "登录",
// "navigationStyle": "custom"
// }
// },
],
"preloadRule": {
"pages/example/components": {
"network": "all",
"packages": ["pages/componentsA", "pages/componentsB"]
}
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uView",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。