{ "easycom": { "autoscan": true, "custom": { "^u-(.*)": "uview-plus/components/u-$1/u-$1.vue" } }, "pages": [ { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } }, { "path": "pages/register/register", "style": { "navigationBarTitleText": "注册", "navigationStyle": "custom" } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/course/list", "style": { "navigationBarTitleText": "我的课程" } }, { "path": "pages/exam/index", "style": { "navigationBarTitleText": "考核" } }, { "path": "pages/search/index", "style": { "navigationBarTitleText": "搜索", "navigationStyle": "custom" } }, { "path": "pages/course/detail", "style": { "navigationBarTitleText": "课程详情", "app-plus": { "screenOrientation": ["landscape-primary", "landscape-secondary"] } } }, { "path": "pages/profile/profile", "style": { "navigationBarTitleText": "个人中心" } }, { "path": "pages/learning/record", "style": { "navigationBarTitleText": "学习记录" } }, { "path": "pages/voice/evaluation", "style": { "navigationBarTitleText": "语音评测" } }, { "path": "pages/voice/detail", "style": { "navigationBarTitleText": "评测详情" } }, { "path": "pages/exam/list", "style": { "navigationBarTitleText": "我的考试" } }, { "path": "pages/exam/detail", "style": { "navigationBarTitleText": "考试答题" } }, { "path": "pages/exam/result", "style": { "navigationBarTitleText": "考试结果" } }, { "path": "pages/score/list", "style": { "navigationBarTitleText": "我的成绩" } }, { "path": "pages/score/detail", "style": { "navigationBarTitleText": "成绩详情" } }, { "path": "pages/student/list", "style": { "navigationBarTitleText": "学生管理" } }, { "path": "pages/student/detail", "style": { "navigationBarTitleText": "学生详情" } }, { "path": "pages/speech/speech", "style": { "navigationBarTitleText": "语音识别" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "国语教育平台", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "screenOrientation": ["landscape-primary", "landscape-secondary"], "app-plus": { "titleNView": false, "screenOrientation": ["landscape-primary", "landscape-secondary"] } }, "tabBar": { "custom": true, "color": "#7A7E83", "selectedColor": "#378CE0", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/icon/shouye.png", "selectedIconPath": "static/icon/shouye.png", "text": "首页" }, { "pagePath": "pages/course/list", "iconPath": "static/icon/kecheng.png", "selectedIconPath": "static/icon/kecheng.png", "text": "课程" }, { "pagePath": "pages/exam/index", "iconPath": "static/icon/kaoshi.png", "selectedIconPath": "static/icon/kaoshi.png", "text": "考核" }, { "pagePath": "pages/profile/profile", "iconPath": "static/icon/wode.png", "selectedIconPath": "static/icon/wode.png", "text": "我的" } ] }, "condition": { "current": 0, "list": [ { "name": "登录页", "path": "pages/login/login", "query": "" } ] }, "uniIdRouter": {} }