123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "pages": [
- "pages/index/index",
- "pages/login/index",
- "pages/myCenter/myCenter",
- "pages/myCenter/personalData/personalData",
- "pages/myCenter/updatePassword/updatePassword",
- "pages/webview/webview",
- "pages/history/history",
- "pages/applicationCenter/applicationCenter",
- "pages/message/message"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "智慧创新",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#1296db",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "iconWidth": "24px",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/tabbar/index.png",
- "selectedIconPath": "static/tabbar/indexEd.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/applicationCenter/applicationCenter",
- "iconPath": "static/tabbar/app.png",
- "selectedIconPath": "static/tabbar/appEd.png",
- "text": "应用中心"
- },
- {
- "pagePath": "pages/history/history",
- "iconPath": "static/tabbar/info.png",
- "selectedIconPath": "static/tabbar/infoEd.png",
- "text": "信息中心"
- },
- {
- "pagePath": "pages/myCenter/myCenter",
- "iconPath": "static/tabbar/myCenter.png",
- "selectedIconPath": "static/tabbar/myCenterEd.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {}
- }
|