- "path": "pull/pull",
- "style": {
- // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
- "navigationStyle": "custom",
- // #endif
- // #ifdef MP-ALIPAY
- "transparentTitle": "auto",
- "titlePenetrate": "YES",
- // #endif
- "disableScroll": true,
- "enablePullDownRefresh": false,
- "navigationBarTitleText": "",
- "app-plus": {
- "bounce": {
- "top": "none",
- "bottom": "none"
- }
- }
- }
- }
- ]
- }
复制代码
在以上原文件2157后面,给这个括号后面加个英文逗号,增加以下代码,
- {
- "root": "pages/fcc/classinfo",
- "pages": [
- {
- "path": "index/index",
- "style": {
- // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
- "navigationStyle": "custom",
- // #endif
- // #ifdef MP-ALIPAY
- "transparentTitle": "always",
- "titlePenetrate": "YES",
- // #endif
- "enablePullDownRefresh": true,
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "",
- "usingComponents": {
- "component-diy": "/pages/diy/components/diy/diy"
- },
- "componentPlaceholder": {
- "component-diy": "view"
- }
- }
- },
- {
- "path": "search/search",
- "style": {
- "enablePullDownRefresh": true,
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "detail/detail",
- "style": {
- "enablePullDownRefresh": true,
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "comments/comments",
- "style": {
- "enablePullDownRefresh": true,
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "user-list/user-list",
- "style": {
- "enablePullDownRefresh": true,
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "form/form",
- "style": {
- "enablePullDownRefresh": true,
- "usingComponents": {
- "component-region-picker": "/pages/common/components/region-picker/region-picker"
- },
- "componentPlaceholder": {
- "component-region-picker": "view"
- }
- }
- },
- {
- "path" : "category/category",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "companyreg/companyreg",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "companycard/companycard",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "companycard-detail/companycard-detail",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "company/company",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "chose-city/chose-city",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path" : "companyshop-detail/companyshop-detail",
- "style": {
- // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
- "navigationStyle": "custom",
- // #endif
- // #ifdef MP-ALIPAY
- "transparentTitle": "always",
- "titlePenetrate": "YES",
- // #endif
- "enablePullDownRefresh": true,
- "navigationBarTitleText": ""
- }
- },
- {
- "path" : "company-product/company-product",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "company-people/company-people",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "company-info/company-info",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "company-productcat/company-productcat",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "company-peopleadd/company-peopleadd",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "company-productcatadd/company-productcatadd",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "product-detail/product-detail",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "product-search/product-search",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "my-shopfavor/my-shopfavor",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "companyshop-about/companyshop-about",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "product-saveinfo/product-saveinfo",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "companyshop/companyshop",
- "style" :
- {
- // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
- "navigationStyle": "custom",
- // #endif
- // #ifdef MP-ALIPAY
- "transparentTitle": "always",
- "titlePenetrate": "YES",
- // #endif
- "enablePullDownRefresh": true,
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": ""
- }
- },
- {
- "path" : "report/report",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "report-list/report-list",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "cardreg/cardreg",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path": "my-cardfavor/my-cardfavor",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- ]
- },
复制代码
|