加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 3.23 KB
一键复制 编辑 原始数据 按行查看 历史
辣条老板 提交于 2020-11-27 01:23 . add score list
{
"pages": [{
"path": "pages/index/index",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"disableScroll": true,
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "rgb(41, 121, 255)",
"bounce": "none",
"titleNView": false
}
}
}
},
{
"path": "pages/login/login",
"style": {
"enablePullDownRefresh": false,
"disableScroll": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/error/error",
"style": {
"enablePullDownRefresh": false,
"disableScroll": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/register/register",
"style": {
"enablePullDownRefresh": false,
"disableScroll": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/forget/forget",
"style": {
"enablePullDownRefresh": false,
"disableScroll": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/exam_start/exam_start",
"style": {
"enablePullDownRefresh": false,
"disableScroll": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/exam_result/exam_result",
"style": {
"enablePullDownRefresh": false,
"disableScroll": true,
"navigationStyle": "custom"
}
}, {
"path": "pages/stu_info/stu_info",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/all_exam/all_exam",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "全部考试",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "rgb(41, 121, 255)"
}
}
}
}, {
"path": "pages/exam_detail/exam_detail",
"style": {
"enablePullDownRefresh": false,
"disableScroll": true,
"navigationStyle": "custom"
}
}, {
"path": "pages/wrongs/wrongs",
"style": {
"enablePullDownRefresh": true,
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "rgb(41, 121, 255)"
}
}
}
}, {
"path": "pages/search_list/search_list",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "搜索结果",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "rgb(41, 121, 255)"
}
}
}
}, {
"path": "pages/wrong_details/wrong_details",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/score_list/score_list",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的成绩",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "rgb(41, 121, 255)"
}
}
}
}
],
"globalStyle": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundColor": "#F5F6F7",
"disableScroll": false
},
"usingComponts": true,
"easycom": {
// 下载安装的方式需要前面的"@/",npm安装的方式无需"@/"
// 下载安装方式
"^u-(.*)": "@/plugins/uview-ui/components/u-$1/u-$1.vue"
// npm安装方式
// "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化