1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "pages": [
- "pages/index/index",
- "pages/dcm/dcm",
- "pages/login/login"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#000"
- },
- "tabBar": {
- "selectedColor": "#aaaaff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "下载分享",
- "iconPath": "static/tab-img/down66.png",
- "selectedIconPath": "static/tab-img/down66.png"
- },
- {
- "pagePath": "pages/dcm/dcm",
- "text": "阅片工具",
- "iconPath": "static/tab-img/read66.png",
- "selectedIconPath": "static/tab-img/read66.png"
- },
- {
- "pagePath": "pages/login/login",
- "text": "登录",
- "iconPath": "static/login_register.png",
- "selectedIconPath": "static/login_register.png"
- }
- ]
- },
- "usingComponents": {}
- }
|