| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "easycom": {
- "^tm-(.*)": "@/tm-vuetify/components/tm-$1/tm-$1.vue"
- },
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "",
- "app-plus":{
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/wardrobe/index",
- "style": {
- "navigationBarTitleText": "衣厨",
- "app-plus":{
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/message/index",
- "style": {
- "navigationBarTitleText": "消息",
- "app-plus":{
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/shop/index",
- "style": {
- "navigationBarTitleText": "商场",
- "app-plus":{
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "我的",
- "app-plus":{
- "titleNView": false
- }
- }
- }
- ],
- "tabBar": { //底部样式
- "color": "#999",
- "selectedColor": "#82cfd5",
- "borderStyle": "#fff",
- "backgroundColor": "white",
- "iconfontSrc": "static/icon/iconfont.ttf",
- "list": [{
- "pagePath": "pages/index/index"
- },
- {
- "pagePath": "pages/wardrobe/index"
- },
- {
- "pagePath": "pages/message/index"
- },
- {
- "pagePath": "pages/shop/index"
- },
- {
- "pagePath": "pages/user/index"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|