123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- {
- // "sitemapLocation": "sitemap.json",
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "林易婷"
- }
- },
- {
- "path": "pages/index/showWhoCollecMe",
- "style": {
- "navigationBarTitleText": "谁收藏了我"
- }
- },
- {
- "path": "pages/cardHolder/cardHolder",
- "style": {
- "navigationBarTitleText": "名片夹"
- }
- },
- {
- "path": "pages/index/chat",
- "style": {
- "navigationBarTitleText": "聊天"
- }
- },
- {
- "path": "pages/find/find",
- "style": {
- "navigationBarTitleText": "发现"
- }
- },
- {
- "path": "pages/more/more",
- "style": {
- "navigationBarTitleText": "营销"
- }
- },
- {
- "path": "pages/mine/mine",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/mine/setSubscription",
- "style": {
- "navigationBarTitleText": "服务号提醒设置"
- }
- },
- {
- "path": "pages/mine/setServiceAutoReply",
- "style": {
- "navigationBarTitleText": "客服自动回复设置"
- }
- }
-
-
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#000",
- "selectedColor": "#50A9FA",
- "borderStyle": "black",
- "backgroundColor": "#fff",
- "width": "750rpx",
- "height": "98rpx",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/images/index_noSelect.png",
- "selectedIconPath": "static/images/index_selected.png",
- "text": "名片"
- },
- {
- "pagePath": "pages/cardHolder/cardHolder",
- "iconPath": "static/images/card_noSelect.png",
- "selectedIconPath": "static/images/card_selected.png",
- "text": "名片夹"
- },
- {
- "pagePath": "pages/find/find",
- "iconPath": "static/images/find_noSelect.png",
- "selectedIconPath": "static/images/find_select.png",
- "text": "发现"
- },
- {
- "pagePath": "pages/more/more",
- "iconPath": "static/images/more_noSelect.png",
- "selectedIconPath": "static/images/more_noSelect.png",
- "text": "营销工具"
- },
- {
- "pagePath": "pages/mine/mine",
- "iconPath": "static/images/mine_noSelect.png",
- "selectedIconPath": "static/images/mine_select.png",
- "text": "个人中心"
- }
- ]
- }
- }
|