赞
踩
pages.json
- {
-
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path" : "pages/message/message",
- "style" : {
- "navigationBarTitleText": "信息页",
- "navigationBarBackgroundColor": "#7FFF00",
- "h5":{
- "pullToRefresh":{
- "color":"#007AFF"
- }
- }
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "uni-app"
- }
- }
-
-
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#7FFF00",
- "backgroundColor": "#F8F8F8"
- }
- }
运行结果
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。