{ "easycom": { "autoscan": true, "custom": { // uni-ui 规则如下配置 "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue", "^yf-(.*)": "@/components/yf-$1/yf-$1.vue" } }, "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "在线考试系统", "h5":{ "titleNView":false }, "app-plus":{ "titleNView": false } } } ,{ "path" : "pages/course/index", "style" : { "navigationBarTitleText": "在线学习", "enablePullDownRefresh": true, "h5":{ "titleNView":false }, "app-plus":{ "titleNView": false } } } ,{ "path" : "pages/course/my", "style" : { "navigationBarTitleText": "学习记录" } } ,{ "path" : "pages/exam/index", "style" : { "navigationBarTitleText": "在线考试", "enablePullDownRefresh": true, "h5":{ "titleNView":false }, "app-plus":{ "titleNView": false } } } ,{ "path" : "pages/exam/detail", "style" : { "navigationBarTitleText": "考试详情" } } ,{ "path" : "pages/exam/face", "style" : { "navigationBarTitleText": "人脸比对" } } ,{ "path" : "pages/exam/exam", "style" : { "navigationBarTitleText": "正在考试", "h5":{ "titleNView":{ "autoBackButton": false } }, "app-plus":{ "titleNView":{ "autoBackButton": false } } } } ,{ "path" : "pages/login/login", "style" : { "navigationBarTitleText": "用户登录" } } ,{ "path" : "pages/login/face", "style" : { "navigationBarTitleText": "人脸识别登录" } } ,{ "path" : "pages/login/reg", "style" : { "navigationBarTitleText": "用户注册" } } ,{ "path" : "pages/login/forgot", "style" : { "navigationBarTitleText": "忘记密码" } } ,{ "path" : "pages/login/sync", "style" : { "navigationBarTitleText": "登录成功" } } ,{ "path" : "pages/paper/index", "style" : { "navigationBarTitleText": "我的成绩" } }, { "path" : "pages/paper/detail", "style" : { "navigationBarTitleText": "试卷详情" } }, { "path" : "pages/paper/book", "style" : { "navigationBarTitleText": "考试错题", "h5":{ "titleNView":false }, "app-plus":{ "titleNView":false } } } ,{ "path" : "pages/paper/list", "style" : { "navigationBarTitleText": "考试列表", "enablePullDownRefresh": true } } ,{ "path" : "pages/repo/index", "style" : { "navigationBarTitleText": "题库训练", "enablePullDownRefresh": true, "h5":{ "titleNView":false }, "app-plus":{ "titleNView": false } } } ,{ "path" : "pages/repo/history", "style" : { "navigationBarTitleText": "训练记录" } } ,{ "path" : "pages/repo/detail", "style" : { "navigationBarTitleText": "题库详情" } } ,{ "path" : "pages/user/index", "style" : { "navigationBarTitleText": "用户中心", "h5":{ "titleNView":false } } } ,{ "path" : "pages/login/passwd", "style" : { "navigationBarTitleText": "修改密码" } } ,{ "path" : "pages/repo/train", "style" : { "navigationBarTitleText": "题库训练" } } ,{ "path" : "pages/notice/detail", "style" : { "navigationBarTitleText": "公告详情" } } ,{ "path" : "pages/sys/about", "style" : { "navigationBarTitleText": "关于我们" } } ,{ "path" : "pages/course/detail", "style" : { "navigationBarTitleText": "课程详情", "enablePullDownRefresh": false } } ,{ "path" : "pages/course/pdf", "style" : { "navigationBarTitleText": "课件阅读", "enablePullDownRefresh": false } } ,{ "path" : "pages/course/video", "style" : { "navigationBarTitleText": "课件阅读", "enablePullDownRefresh": false } } ,{ "path" : "pages/user/points/points", "style" : { "navigationBarTitleText": "积分日志", "enablePullDownRefresh": false } } ,{ "path" : "pages/user/info/info", "style" : { "navigationBarTitleText": "修改资料", "enablePullDownRefresh": false } } ,{ "path" : "pages/course/live", "style" : { "navigationBarTitleText": "课程直播", "enablePullDownRefresh": false } } ,{ "path" : "pages/course/face", "style" : { "navigationBarTitleText": "刷脸校验", "enablePullDownRefresh": false } } ,{ "path" : "pages/user/info/bind-mobile", "style" : { "navigationBarTitleText": "绑定手机", "enablePullDownRefresh": false } } ,{ "path" : "pages/video/video", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/webview/webview", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path" : "pages/jumpApp/index", "style" : { "navigationBarTitleText": "请稍等...", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "在线考试系统", "navigationBarBackgroundColor": "#0279FF", "backgroundColor": "#fff" }, "tabBar": { "color": "#888", "selectedColor": "#31abff", "borderStyle": "black", "backgroundColor": "#fefefe", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/menu/home.png", "selectedIconPath": "static/menu/home-fill.png", "text": "首页" } , { "pagePath": "pages/course/index", "iconPath": "static/menu/study.png", "selectedIconPath": "static/menu/study-fill.png", "text": "学习" } , { "pagePath": "pages/exam/index", "iconPath": "static/menu/exam.png", "selectedIconPath": "static/menu/exam-fill.png", "text": "考试" }, { "pagePath": "pages/repo/index", "iconPath": "static/menu/train.png", "selectedIconPath": "static/menu/train-fill.png", "text": "训练" }, { "pagePath": "pages/user/index", "iconPath": "static/menu/account.png", "selectedIconPath": "static/menu/account-fill.png", "text": "我的" } ] } }