{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } } ], "subPackages": [ { "root": "pages/vip", "pages": [ { "path": "vipEntry/vipEntry", "style": { "navigationBarTitleText": "vip", "enablePullDownRefresh": true, "navigationStyle": "custom" } } ] }, { "root": "pages/exercises", "pages": [ { "path": "chapter/chapter", "style": { "navigationBarTitleText": "章节练习", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" } }, { "path": "brushQuestions/brushQuestions", "style": { "navigationBarTitleText": "刷题", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" , "navigationStyle": "custom" } }, { "path": "exam/exam", "style": { "navigationBarTitleText": "考试", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" , "navigationStyle": "custom" } }, { "path": "examIntroduction/examIntroduction", "style": { "navigationBarTitleText": "考试简介", "enablePullDownRefresh": false, "backgroundTextStyle": "dark", "navigationStyle": "custom" } }, { "path": "beforeExam/beforeExam", "style": { "navigationBarTitleText": "考试须知", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" , "navigationStyle": "custom" } }, { "path": "examResults/examResults", "style": { "navigationBarTitleText": "模拟考试成绩", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" , "navigationStyle": "custom" } }, { "path": "wrongQuestion/wrongQuestion", "style": { "navigationBarTitleText": "模拟考试成绩", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" , "navigationStyle": "custom" } }, { "path": "theoryStudy/theoryStudy", "style": { "navigationBarTitleText": "理论学习", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" , "navigationStyle": "custom" } }, { "path": "categoryExercises/categoryExercises", "style": { "navigationBarTitleText": "分类练习", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" // "navigationStyle": "custom" } }, { "path": "queTypeExercises/queTypeExercises", "style": { "navigationBarTitleText": "题型练习", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" // "navigationStyle": "custom" } }, { "path": "myStudy/myStudy", "style": { "navigationBarTitleText": "我的学习", "enablePullDownRefresh": false, "backgroundTextStyle": "dark", "navigationStyle": "custom" } } ] } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "习题题库", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {}, "easycom": { "autoscan": true, // 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175 "custom": { "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue" } } }