{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "中转页", "navigationStyle": "custom" } }, { "path": "pages/login/login", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "登录页", "navigationStyle": "custom" } }, { "path": "pages/index/nIndex", "style": { "navigationBarTitleText": "首页", "navigationStyle": "custom" } }, //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/web", "style": { "navigationBarTitleText": "navigation" } }, { "path": "pages/index/PedestrianNavigation", "style": { "navigationBarTitleText": "步行导航", "navigationStyle": "custom" } }, { "path": "pages/Chat/chat", "style": { "navigationBarTitleText": "Chat" } }, { "path": "pages/Chat/web", "style": { "navigationBarTitleText": "Chat" } }, { "path": "pages/Chat/ChatDetails", "style": { "navigationBarTitleText": "Chat", "navigationStyle": "custom" } }, { "path": "pages/Chat/newChat", "style": { "navigationBarTitleText": "Chat", "navigationStyle": "custom" } }, { "path": "pages/index/navigation", "style": { "navigationBarTitleText": "navigation", "navigationStyle": "custom" } }, { "path": "pages/index/newMap", "style": { "navigationBarTitleText": "测试步行导航", "navigationStyle": "custom" } }, { "path": "pages/index/search", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "搜索", "navigationStyle": "custom" } }, { "path": "pages/login/register", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "Register" } }, { "path": "pages/login/verCode", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "" } }, { "path": "pages/my/my", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "Me", "navigationStyle": "custom" } }, { "path": "pages/my/pay", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "pay" } }, { "path": "pages/my/PersonalCenter", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "Me" } }, { "path": "pages/my/MyWallet", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "MyWallet" } }, { "path": "pages/my/History", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "History" } }, { "path": "pages/my/Settings", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "Settings" } }, { "path": "pages/my/Logout", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "Logout" } }, { "path": "pages/my/Details", "style": { "enablePullDownRefresh": true, "navigationStyle": "custom" // "navigationBarTitleText": "Details" } }, { "path": "pages/LaunchPage/LaunchPage", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "启动页", "navigationStyle": "custom" } }, { "path": "pages/Chat/chatApp", "style": { "navigationBarTitleText": "Chat", "navigationStyle": "custom" } }, { "path": "pages/index/test", "style": { "navigationBarTitleText": "test" } }, { "path": "components/bt-cropper/index", "style": { "navigationBarTitleText": "" } }, { "path": "pages/busNavigation/busNavigation", "style": { "navigationBarTitleText": "公交导航", "navigationStyle": "custom" } }, { "path": "pages/busNavigation/busNavigation", "style": { "navigationBarTitleText": "" } }, { "path": "pages/my/Contact", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true, "navigationBarTitleText": "Contact" } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#32714f", "backgroundColor": "#106f3d" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#32714f", "borderStyle": "black", "backgroundColor": "#F8F8F8", "list": [ { "pagePath": "pages/index/nIndex", "iconPath": "/static/imgs/home.png", "selectedIconPath": "/static/imgs/homex.png", "text": "Map" }, { "pagePath": "pages/Chat/chat", "iconPath": "/static/imgs/circle.png", "selectedIconPath": "/static/imgs/circlex.png", "text": "Chat" }, { "pagePath": "pages/my/my", "iconPath": "/static/imgs/my.png", "selectedIconPath": "/static/imgs/myx.png", "text": "Me" } ] }, "uniIdRouter": {} }