|
@@ -3,7 +3,8 @@
|
|
|
{
|
|
{
|
|
|
"path": "pages/home",
|
|
"path": "pages/home",
|
|
|
"style": {
|
|
"style": {
|
|
|
- "navigationStyle": "custom"
|
|
|
|
|
|
|
+ "navigationStyle": "custom",
|
|
|
|
|
+ "enablePullDownRefresh": true
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -190,13 +191,13 @@
|
|
|
"navigationBarTitleText": "善行少年",
|
|
"navigationBarTitleText": "善行少年",
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
"navigationBarTextStyle": "black"
|
|
"navigationBarTextStyle": "black"
|
|
|
- },
|
|
|
|
|
- "easycom": {
|
|
|
|
|
- "autoscan": true,
|
|
|
|
|
- "custom": {
|
|
|
|
|
- "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
|
|
|
|
- "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
|
|
|
|
- "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ },
|
|
|
|
|
+ "easycom": {
|
|
|
|
|
+ "autoscan": true,
|
|
|
|
|
+ "custom": {
|
|
|
|
|
+ "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
|
|
|
|
+ "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
|
|
|
|
+ "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
-}
|
|
|
|
|
|
|
+}
|