{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/stratIndex", "style": { "navigationStyle": "custom" } }, { "path": "pages/index/index", "style": { "navigationStyle": "custom" // "navigationBarTitleText": "CGC-ICH" } }, { "path": "pages/index/readingBody", "style": { "navigationStyle": "custom" // "navigationBarTitleText": "阅读体" } }, { "path": "pages/index/sensoryStore", "style": { "navigationStyle": "custom" // "navigationBarTitleText": "有感商店" } }, { "path": "pages/index/intelligentAgent", "style": { "navigationStyle": "custom" // "navigationBarTitleText": "智能体" } }, { "path": "pages/index/iSoul", "style": { "navigationStyle": "custom" // "navigationBarTitleText": "iSoul" } }, { "path" : "pages/login/login", "style" : { "navigationBarTitleText" : "登录", "navigationStyle": "custom" } } ], "subPackages": [{ "root": "subPackages", "pages": [ { "path" : "order/trades", "style" : { "navigationBarTitleText" : "全部订单" } }, { "path" : "order/detail", "style" : { "navigationBarTitleText" : "订单详情", "navigationStyle": "custom" } }, { "path": "techan/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "techan/detail", "style": { "navigationBarTitleText": "" } }, { "path": "techan/order", "style": { "navigationBarTitleText": "确认订单" } }, { "path" : "webPage/webPage", "style" : { "navigationBarTitleText" : "" } }, { "path" : "video/video", "style" : { "navigationBarTitleText" : "" } }, { "path" : "readingBody/index", "style" : { "navigationBarTitleText" : "阅读体", "navigationStyle": "custom" } }, { "path" : "haveFeeling/shopDetail", "style" : { "navigationBarTitleText" : "有感商店详情页", "navigationStyle": "custom" } }, { "path" : "haveFeeling/detailXiang", "style" : { "navigationBarTitleText" : "有感商店香", "navigationStyle": "custom" } } ] }], "tabBar": { "custom": true, "color": "#333333", "selectedColor": "#6CA5AA", "borderStyle": "black", "backgroundColor": "#ffffff", "fontSize": "24rpx", "height": "123rpx", "iconWidth": "40rpx", "list": [{ "pagePath": "pages/index/index", "iconPath": "/static/images/home.png", "selectedIconPath": "/static/images/selectHome.png", "text": "首页", "visible": false }, { "pagePath": "pages/index/readingBody", "iconPath": "/static/images/home.png", "selectedIconPath": "/static/images/selectHome.png", "text": "阅读体", "visible": false }, { "pagePath": "pages/index/sensoryStore", "iconPath": "/static/images/home.png", "selectedIconPath": "/static/images/selectHome.png", "text": "有感商店", "visible": false }, { "pagePath": "pages/index/intelligentAgent", "iconPath": "/static/images/home.png", "selectedIconPath": "/static/images/selectHome.png", "text": "智能体", "visible": false }, { "pagePath": "pages/index/iSoul", "iconPath": "/static/images/home.png", "selectedIconPath": "/static/images/selectHome.png", "text": "iSoul", "visible": false } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }