{ "pages": [ "pages/workark/workark", "pages/index/index", "pages/model/model", "pages/shopping/shopping", "pages/my/my", "pages/login/login" ], "subPackages": [ { "root": "subPages/workarkPage", "pages": [ "workarkDetail/workarkDetail" ] } ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "workark", "navigationBarBackgroundColor": "#fff" }, "tabBar": { "color": "#7d7380", "selectedColor": "#3c9cff", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/images/tabbar/index.png", "selectedIconPath": "static/images/tabbar/index-active.png", "text": "首页" }, { "pagePath": "pages/model/model", "iconPath": "static/images/tabbar/chat.png", "selectedIconPath": "static/images/tabbar/chat-active.png", "text": "模型" }, { "pagePath": "pages/workark/workark", "iconPath": "static/images/tabbar/highseas.png", "selectedIconPath": "static/images/tabbar/highseas-active.png", "text": "workark" }, { "pagePath": "pages/shopping/shopping", "iconPath": "static/images/tabbar/data.png", "selectedIconPath": "static/images/tabbar/data-active.png", "text": "商城" }, { "pagePath": "pages/my/my", "iconPath": "static/images/tabbar/my.png", "selectedIconPath": "static/images/tabbar/my-active.png", "text": "我的" } ] }, "lazyCodeLoading": "requiredComponents", "usingComponents": {} }