{ "pages": [ { "path": "pages/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } }, { "path": "pages/index", "style": { "navigationBarTitleText": "首页", "navigationStyle": "custom" } }, { "path": "pages/mine/index", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom" } }, { "path": "pages/common/webview/index", "style": { "navigationBarTitleText": "浏览网页", "navigationStyle": "custom" } }, { "path": "pages/common/textview/index", "style": { "navigationBarTitleText": "浏览文本" } }, { "path": "pages/mine/pwd/index", "style": { "navigationBarTitleText": "修改密码" ,"navigationStyle": "custom" } } ], "subPackages": [ { "root": "pageIndex", "pages": [ { "path": "knowledge/knowledge", "style": { "navigationStyle": "custom" } }, { "path": "laws/laws", "style": { "navigationStyle": "custom" } }, { "path": "accident/accident", "style": { "navigationStyle": "custom" } }, { "path": "checkHsitory/checkHsitory", "style": { "navigationStyle": "custom" } }, { "path": "checkHsitory/recheckHsitory", "style": { "navigationStyle": "custom" } }, { "path": "addSafeCheck/addSafeCheck", "style": { "navigationStyle": "custom" } }, { "path": "addSafeCheck/readdSafeCheck", "style": { "navigationStyle": "custom" } }, { "path": "dangerLibrary/dangerLibrary", "style": { "navigationStyle": "custom" } }, { "path": "aiAsk/aiAsk", "style": { "navigationStyle": "custom" } }, { "path": "filePage/filePage", "style": { "navigationStyle": "custom" } } ] } ], "tabBar": { "color": "#000000", "selectedColor": "#000000", "borderStyle": "white", "backgroundColor": "#ffffff", "custom": true, "list": [{ "pagePath": "pages/index", "text": "首页", "visible": false }, // { // "pagePath": "pages/work/index", // "text": "工作台", // "visible": false // }, { "pagePath": "pages/mine/index", "text": "我的", "visible": false } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "智能安全检查", "navigationBarBackgroundColor": "#FFFFFF" } }