{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "苏州市导游协会" } }, { "path": "pages/daoyou/index", "style": { "navigationBarTitleText": "苏州市导游协会" } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "苏州市导游协会" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } } ], "subPackages": [{ "root": "subPackages", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "uni-app" } }, { "path": "daoyou/detail", "style": { "navigationBarTitleText": "导游详情" } }, { "path": "daoyou/order", "style": { "navigationBarTitleText": "填写订单" } }, { "path": "search/search", "style": { "navigationBarTitleText": "搜索", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "search/searchList", "style": { "navigationBarTitleText": "搜索", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "onlineService/index", "style": { "navigationBarTitleText": "智能客服" } }, { "path": "onlineService/search", "style": { "navigationBarTitleText": "搜索", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "onlineService/detail", "style": { "navigationBarTitleText": "常见问题" } }, { "path": "user/register", "style": { "navigationBarTitleText": "苏州市导游协会" } }, { "path": "user/infoFilling", "style": { "navigationBarTitleText": "" } }, { "path": "user/profile", "style": { "navigationBarTitleText": "个人信息" } }, // { // "path": "user/bindTel", // "style": { // "navigationBarTitleText": "修改手机号" // } // }, { "path": "user/logout", "style": { "navigationBarTitleText": "注销账号" } }, // { // "path": "user/changeNickname", // "style": { // "navigationBarTitleText": "修改姓名" // } // }, { "path": "user/travelerList", "style": { "navigationBarTitleText": "出行人信息" } }, { "path": "user/myContactsAdd", "style": { "navigationBarTitleText": "出行人信息" } }, { "path": "user/privacyInfo", "style": { "navigationBarTitleText": "" } }, { "path": "line/lineList", "style": { "navigationBarTitleText": "精选线路" } }, { "path": "line/detail", "style": { "navigationBarTitleText": "线路详情" } }, { "path": "line/order", "style": { "navigationBarTitleText": "填写订单" } }, { "path": "line/orders", "style": { "navigationBarTitleText": "填写订单" } }, { "path": "order/trades", "style": { "navigationBarTitleText": "全部订单" } }, { "path": "order/orderDetail", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "order/orderResult", "style": { "navigationBarTitleText": "支付" } }, { "path": "order/payResult", "style": { "navigationBarTitleText": "支付" } }, { "path": "video/video", "style": { "navigationBarTitleText": "视频" } } ] }], "tabBar": { "color": "#666666", "selectedColor": "#96684F", "borderStyle": "black", "backgroundColor": "#ffffff", "fontSize": "24rpx", "height": "100rpx", "iconWidth": "40rpx", "list": [{ "pagePath": "pages/index/index", "iconPath": "/static/images/home.png", "selectedIconPath": "/static/images/homes.png", "text": "首页" }, { "pagePath": "pages/daoyou/index", "iconPath": "/static/images/daoyou.png", "selectedIconPath": "/static/images/daoyous.png", "text": "导游" }, { "pagePath": "pages/user/user", "iconPath": "/static/images/user.png", "selectedIconPath": "/static/images/users.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }