1 Star 0 Fork 0

张相军/osce-ipad

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 2.20 KB
一键复制 编辑 原始数据 按行查看 历史
zhangxiangjun 提交于 2024-12-01 18:18 . add
{
// "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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/JoneRight/osce-ipad.git
git@gitee.com:JoneRight/osce-ipad.git
JoneRight
osce-ipad
osce-ipad
dev

搜索帮助