1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "下载分享",
- "enablePullDownRefresh": false
- }
- } ,{
- "path" : "pages/dcm/dcm",
- "style" :
- {
- "navigationBarTitleText": "阅片工具",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/login/login",
- "style" :
- {
- "navigationBarTitleText": "登录",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#000",
- "app-plus": {
- "background": "#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"
- }
- ]
- }
- }
|