12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "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": {}
- }
|