/* /// Pages-Tool: 该文件是pages-tool插件的配置文件,根据pages-config.json的配置,本文件的内容可能合并到pages.json*/ { "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "主页" } }, { "path": "pages/cal/cal", "style": { "navigationBarTitleText": "计算" } }, { "path": "pages/info/info", "style": { "navigationBarTitleText": "资料" } }, { "path": "pages/ucenter/ucenter", "style": { "navigationBarTitleText": "我的" } } // #ifdef APP-PLUS , { "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup", "style": { "disableScroll": true, "app-plus": { "backgroundColorTop": "transparent", "background": "transparent", "titleNView": false, "scrollIndicator": false, "popGesture": "none", "animationType": "fade-in", "animationDuration": 200 } } } // #endif ] }