123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
- {
- "easycom": {
- "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [{
- "path": "pages/cardHolder/cardHolder",
- "style": {
- "navigationBarTitleText": "电子名片",
- "navigationStyle": "custom"
- // "enablePullDownRefresh": false,
- // "app-plus": {
- // "titleNView": {
- // "autoBackButton": false,
- // "backgroundColor": "#fff",
- // "buttons": [{
- // "fontSrc": "/static/icons/iconfont.ttf",
- // "float": "left",
- // "text": "\ue759",
- // "fontSize": "22px"
- // }]
- // }
- // }
- }
- }, {
- "path": "pages/circle/circle",
- "style": {
- "navigationBarTitleText": "圈子",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mySet/mySet",
- "style": {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/cardHolder/map",
- "style": {
- "navigationBarTitleText": "地图",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/cardHolder/notice",
- "style": {
- "navigationBarTitleText": "消息",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/cardHolder/search",
- "style": {
- "navigationBarTitleText": "名片",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/circle/detail",
- "style": {
- "navigationBarTitleText": "圈子详情",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/circle/changeCard",
- "style": {
- "navigationBarTitleText": "名片交换",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/circle/search",
- "style": {
- "navigationBarTitleText": "圈子",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/circle/createCirclce",
- "style": {
- "navigationBarTitleText": "创建圈子",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mySet/myCard",
- "style": {
- "navigationBarTitleText": "我的名片",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mySet/myHome",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mySet/cardType",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mySet/contactCustomer",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mySet/set",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mySet/myInfo",
- "style": {
- "navigationBarTitleText": "我的名片",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mySet/myAccount",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/mySet/help",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/mySet/newCard",
- "style" :
- {
- "navigationBarTitleText": "新增名片",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "tabBar": {
- "custom": false,
- "color": "#656765",
- "selectedColor": "#000102",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/cardHolder/cardHolder",
- "iconPath": "static/c1.png",
- "selectedIconPath": "static/c2.png",
- "text": "电子名片"
- },
- {
- "pagePath": "pages/circle/circle",
- "iconPath": "static/c3.png",
- "selectedIconPath": "static/c4.png",
- "text": "圈子"
- },
- {
- "pagePath": "pages/mySet/mySet",
- "iconPath": "static/c5.png",
- "selectedIconPath": "static/c6.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "电子名片",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- }
- }
- }
|