{ "pages": [ { "path": "pages/home/home", "style": { "navigationStyle": "custom", "navigationBarTitleText": "首页", "disableScroll": true } }, { "path": "pages/login/login", "style": { "navigationStyle": "custom", "navigationBarTitleText": "账号登录", "disableScroll": true } }, { "path": "pages/register/register", "style": { "navigationStyle": "custom", "navigationBarTitleText": "注册", "disableScroll": true } }, { "path": "pages/upload/upload", "style": { "navigationStyle": "custom", "navigationBarTitleText": "上传作品" } }, { "path": "pages/user/user", "style": { "navigationStyle": "custom", "navigationBarTitleText": "我的" } }, { "path": "pages/my-works/my-works", "style": { "navigationStyle": "custom", "navigationBarTitleText": "我的作品" } }, { "path": "pages/user-profile/user-profile", "style": { "navigationBarTitleText": "个人资料", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/profile-setup/profile-setup", "style": { "navigationBarTitleText": "完善资料", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/photo-detail/photo-detail", "style": { "navigationBarTitleText": "作品详情", "navigationStyle": "custom" } }, { "path": "pages/map/map", "style": { "navigationBarTitleText": "景点地图", "navigationStyle": "custom" } }, { "path": "pages/admin/admin", "style": { "navigationBarTitleText": "管理后台", "navigationBarBackgroundColor": "#4A90E2", "navigationBarTextStyle": "white" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "稻城亚丁", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#F9FAFB" }, "tabBar": { "color": "#6B7280", "selectedColor": "#4A90E2", "borderStyle": "white", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/home/home", "text": "首页", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home_on.png" }, { "pagePath": "pages/upload/upload", "text": "上传", "iconPath": "static/tabbar/up.png", "selectedIconPath": "static/tabbar/up_on.png" }, { "pagePath": "pages/user/user", "text": "我的", "iconPath": "static/tabbar/my.png", "selectedIconPath": "static/tabbar/my_on.png" } ] } }