|
@@ -1,48 +1,48 @@
|
|
{
|
|
{
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
{
|
|
- "path": "pages/index/index",
|
|
|
|
|
|
+ "path": "pages/login",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "首页"
|
|
"navigationBarTitleText": "首页"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "pages/login",
|
|
|
|
|
|
+ "path": "pages/index/index",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "uni-app"
|
|
"navigationBarTitleText": "uni-app"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"path" : "pages/exam/index",
|
|
"path" : "pages/exam/index",
|
|
- "style" :
|
|
|
|
|
|
+ "style" :
|
|
{
|
|
{
|
|
"navigationBarTitleText" : "考试"
|
|
"navigationBarTitleText" : "考试"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"path" : "pages/my/index",
|
|
"path" : "pages/my/index",
|
|
- "style" :
|
|
|
|
|
|
+ "style" :
|
|
{
|
|
{
|
|
"navigationBarTitleText" : "我的"
|
|
"navigationBarTitleText" : "我的"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"path" : "pages/demo/index",
|
|
"path" : "pages/demo/index",
|
|
- "style" :
|
|
|
|
|
|
+ "style" :
|
|
{
|
|
{
|
|
"navigationBarTitleText" : "demo"
|
|
"navigationBarTitleText" : "demo"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"path" : "pages/course/index",
|
|
"path" : "pages/course/index",
|
|
- "style" :
|
|
|
|
|
|
+ "style" :
|
|
{
|
|
{
|
|
"navigationBarTitleText" : "课程"
|
|
"navigationBarTitleText" : "课程"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"path" : "pages/score/index",
|
|
"path" : "pages/score/index",
|
|
- "style" :
|
|
|
|
|
|
+ "style" :
|
|
{
|
|
{
|
|
"navigationBarTitleText" : "成绩"
|
|
"navigationBarTitleText" : "成绩"
|
|
}
|
|
}
|