123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- {
- "pages" : [
-
- {
- "path" : "pages/index/index",
- "style" : {
- "navigationBarTitleText" : "mescroll"
- }
- },
- {
- "path" : "pages/base/list-msg",
- "style" : {
- "navigationBarTitleText" : "list-msg"
- }
- },
- {
- "path" : "pages/base/list-news",
- "style" : {
- "navigationBarTitleText" : "list-news"
- }
- },
- {
- "path" : "pages/base/list-products",
- "style" : {
- "navigationBarTitleText" : "list-products"
- }
- },
- {
- "path" : "pages/base/mescroll-options",
- "style" : {
- "navigationBarTitleText" : "mescroll-options",
- "backgroundColorTop": "#E75A7C"
- }
- },
- {
- "path" : "pages/base/sticky",
- "style" : {
- "navigationBarTitleText" : "sticky吸顶悬浮 (切换刷新列表,原生css实现)"
- }
- },
- {
- "path" : "pages/base/sticky-data",
- "style" : {
- "navigationBarTitleText" : "sticky吸顶悬浮 (缓存列表数据,原生css实现)"
- }
- },
- {
- "path" : "pages/base/sticky-scroll",
- "style" : {
- "navigationBarTitleText" : "sticky吸顶悬浮 (切换刷新列表,监听滚动实现)"
- }
- },
- {
- "path" : "pages/base/sticky-scroll-data",
- "style" : {
- "navigationBarTitleText" : "sticky吸顶悬浮 (缓存列表数据,监听滚动实现)"
- }
- },
- {
- "path" : "pages/base/sticky-uni",
- "style" : {
- "navigationBarTitleText" : "sticky吸顶悬浮 (mescroll-uni使用sticky)"
- }
- },
- {
- "path" : "pages/base/mescroll-comp",
- "style" : {
- "navigationBarTitleText" : "mescroll-body写在子组件"
- }
- },
- {
- "path" : "pages/base/mescroll-one",
- "style" : {
- "navigationBarTitleText" : "mescroll-one"
- }
- },
- {
- "path" : "pages/base/mescroll-more",
- "style" : {
- "navigationBarTitleText" : "mescroll-more"
- }
- },
- {
- "path" : "pages/base/list-search",
- "style" : {
- "navigationBarTitleText" : "list-search"
- }
- },
- {
- "path" : "pages/base/mescroll-uni-part",
- "style" : {
- "navigationBarTitleText" : "mescroll-uni-part",
- "disableScroll": true,
- "app-plus" : {
- "bounce" : "none"
- },
- "mp-alipay":{"allowsBounceVertical":"NO"}
- }
- },
- {
- "path" : "pages/base/mescroll-body-part",
- "style" : {
- "navigationBarTitleText" : "mescroll-body-part"
- }
- },
- {
- "path" : "pages/base/mescroll-native",
- "style" : {
- "navigationBarTitleText" : "mescroll-native",
- "enablePullDownRefresh" : true,
-
-
-
-
-
-
- "mp-alipay":{"allowsBounceVertical":"YES"}
- }
- },
- {
- "path" : "pages/base/mescroll-uni",
- "style" : {
- "navigationBarTitleText" : "mescroll-uni",
- "disableScroll": true,
- "app-plus" : {
- "bounce" : "none"
- },
- "mp-alipay":{"allowsBounceVertical":"NO"}
- }
- },
- {
- "path" : "pages/intermediate/mescroll-swiper",
- "style" : {
- "navigationBarTitleText" : "轮播菜单导航 mescroll-swiper.vue",
- "disableScroll": true,
- "app-plus" : {
- "bounce" : "none"
- },
- "mp-alipay":{"allowsBounceVertical":"NO"}
- }
- },
- {
- "path" : "pages/intermediate/beibei",
- "style" : {
- "navigationBarTitleText" : "贝贝 mescroll-beibei.vue"
- }
- },
- {
- "path" : "pages/intermediate/xinlang",
- "style" : {
- "navigationBarTitleText" : "新浪微博 mescroll-xinlang.vue"
- }
- }
- ],
- "globalStyle" : {
- "backgroundColorTop":"#FFFFFF",
- "mp-alipay":{"allowsBounceVertical":"NO"},
- "navigationBarTextStyle" : "black",
- "navigationBarBackgroundColor" : "#fff"
- }
- }
|