|
@@ -1,14 +1,19 @@
|
|
{
|
|
{
|
|
|
|
+ "easycom": {
|
|
|
|
+ "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
|
|
|
|
+ "ujp-(.*)": "components/u-$1/u-$1.vue"
|
|
|
|
+
|
|
|
|
+ },
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
{
|
|
"path": "pages/index/index",
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"style": {
|
|
- // "navigationBarTitleText": "uni-app"
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
- ,{
|
|
|
|
|
|
+ ,{ "name":"登录",
|
|
"path" : "pages/teacher/login/login",
|
|
"path" : "pages/teacher/login/login",
|
|
"style" :
|
|
"style" :
|
|
{
|
|
{
|
|
@@ -16,13 +21,21 @@
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}
|
|
|
|
|
|
- }
|
|
|
|
|
|
+ },
|
|
|
|
+ { "name":"主页",
|
|
|
|
+ "path" : "pages/teacher/homePage/homePage",
|
|
|
|
+ "style" :
|
|
|
|
+ {
|
|
|
|
+ "navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }
|
|
],
|
|
],
|
|
"globalStyle": {
|
|
"globalStyle": {
|
|
- "navigationBarTextStyle": "black",
|
|
|
|
- "navigationBarTitleText": "uni-app",
|
|
|
|
- "navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
- "backgroundColor": "#F8F8F8"
|
|
|
|
|
|
+ "navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
+ "navigationBarTitleText": "加载中...",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
},
|
|
},
|
|
"uniIdRouter": {}
|
|
"uniIdRouter": {}
|
|
}
|
|
}
|