123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "pages": [
- "pages/index/index",
- "pages/my/my",
- "pages/chat-list/chat-list",
- "pages/exhibition-enterprise/exhibition-enterprise",
- "pages/goods-tabs/goods-tabs",
- "pages/search/search",
- "pages/user-info/user-info",
- "pages/collect-goods/collect-goods",
- "pages/business-card/business-card",
- "pages/shared/shared",
- "pages/goods-detail/goods-detail",
- "pages/login/login",
- "pages/find/find",
- "pages/web/web",
- "pages/business-card/detail/business-card-detail",
- "pages/logout/logout",
- "pages/business-card/scan/scan",
- "pages/business-card/scan-result/scan-result"
- ],
- "usingComponents": {
- "icon": "components/c-icon/c-icon",
- "header-nav": "components/header-nav/header-nav",
- "tab-bar": "components/tab-bar/tab-bar"
- },
- "window": {
- "navigationBarTitleText": "好玩展",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black"
- },
- "subpackages": [
- {
- "root": "dataReport",
- "pages": [
- "pages/data-report/data-report"
- ],
- "independent": false
- }
- ],
- "tabBar": {
- "custom": true,
- "color": "#79868F",
- "selectedColor": "#1FE4DC",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页"
- },
- {
- "pagePath": "pages/chat-list/chat-list",
- "text": "消息"
- },
- {
- "pagePath": "pages/my/my",
- "text": "我的"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "为了更好的服务,请授权位置信息"
- }
- },
- "sitemapLocation": "sitemap.json"
- }
|