{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/main/index", "style": { "navigationBarTitleText": "主页" } }, { "path": "pages/component/button/button", "style": { "navigationBarTitleText": "按钮" } }, { "path": "pages/component/listItem/applyList", "style": { "navigationBarTitleText": "工单列表" } }, { "path": "pages/component/listItem/orderList", "style": { "navigationBarTitleText": "发单号列表" } }, { "path": "pages/component/listItem/jobList", "style": { "navigationBarTitleText": "职位列表" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} // "tabBar": { // "color": "#333333", // "selectedColor": "#1890ff", // "borderStyle": "black", // "backgroundColor": "#ffffff", // "list": [ // { // "iconPath": "static/image/home.png", // "selectedIconPath": "static/image/home-active.png", // "pagePath": "pages/index/index", // "text": "首页" // }, // { // "iconPath": "static/logo.png", // "selectedIconPath": "static/logo.png", // "pagePath": "pages/main/index", // "text": "主页" // }, // { // "iconPath": "static/image/tabbar/home.png", // "selectedIconPath": "static/image/tabbar/home_active.png", // "pagePath": "pages/addJob/index", // "text": " " // }, // { // "iconPath": "static/image/tabbar/home.png", // "selectedIconPath": "static/image/tabbar/home_active.png", // "pagePath": "pages/message/index", // "text": "消息" // }, // { // "iconPath": "static/image/tabbar/home.png", // "selectedIconPath": "static/image/tabbar/home_active.png", // "pagePath": "pages/person/index", // "text": "我的" // } // ] // } }