You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
199 lines
5.0 KiB
199 lines
5.0 KiB
{
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": true,
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "pages/vip",
|
|
"pages": [
|
|
{
|
|
"path": "vipEntry/vipEntry",
|
|
"style": {
|
|
"navigationBarTitleText": "vip",
|
|
"enablePullDownRefresh": true,
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "vipQuestions/vipQuestions",
|
|
"style": {
|
|
"navigationBarTitleText": "VIP常见问题说明",
|
|
"enablePullDownRefresh": false,
|
|
"backgroundTextStyle": "dark"
|
|
// "navigationStyle": "custom"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/exercises",
|
|
"pages": [
|
|
{
|
|
"path": "chapter/chapter",
|
|
"style": {
|
|
"navigationBarTitleText": "章节练习",
|
|
"enablePullDownRefresh": false,
|
|
"backgroundTextStyle": "dark"
|
|
}
|
|
},
|
|
{
|
|
"path": "webView/webView",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false,
|
|
"backgroundTextStyle": "dark"
|
|
}
|
|
},
|
|
{
|
|
"path": "brushQuestions/brushQuestions",
|
|
"style": {
|
|
"navigationBarTitleText": "刷题",
|
|
"enablePullDownRefresh": false,
|
|
"backgroundTextStyle": "dark" ,
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "brushQuestions/examQuestions",
|
|
"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"
|
|
}
|
|
},
|
|
{
|
|
"path": "lastPage/lastPage",
|
|
"style": {
|
|
"navigationBarTitleText": "顺序练习成绩",
|
|
"enablePullDownRefresh": false,
|
|
"backgroundTextStyle": "dark",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "examSubjiect1/examSubjiect1",
|
|
"style": {
|
|
"navigationBarTitleText": "科目一成绩单",
|
|
"enablePullDownRefresh": false,
|
|
"backgroundTextStyle": "dark",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "examSubjiect1/examResultsOne",
|
|
"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"
|
|
}
|
|
}
|
|
}
|