|
@@ -24,7 +24,11 @@
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
+ "easycom": {
|
|
|
+ "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
|
+ },
|
|
|
+
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
@@ -32,12 +36,19 @@
|
|
|
"navigationBarTitleText": "首页"
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ "path": "pages/login/login",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"path": "pages/my/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "个人中心",
|
|
|
"enablePullDownRefresh": true,
|
|
|
- "onReachBottomDistance":100//距离底部100像素时,触发加载更多功能
|
|
|
+ "onReachBottomDistance": 100 //距离底部100像素时,触发加载更多功能
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -45,14 +56,6 @@
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "添加客户信息"
|
|
|
}
|
|
|
- },
|
|
|
- {
|
|
|
- "path" : "pages/login/login",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "",
|
|
|
- "enablePullDownRefresh" : false
|
|
|
- }
|
|
|
}
|
|
|
],
|
|
|
"globalStyle": {
|