赞
踩
在page.json中添加以下代码:
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- }
- },
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#000000",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/image/icon-index.png",
- "selectedIconPath": "static/image/icon-index-active.png",
- "text": "首页"
- }, {
- "pagePath": "pages/my/index",
- "iconPath": "static/image/icon-my.png",
- "selectedIconPath": "static/image/icon-my-active.png",
- "text": "我的"
- }]
- }
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。