123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "pages": [
- "pages/yuezhan/index",
- "pages/tongcheng/index",
- "pages/swkz/index",
- "pages/user/index",
- "pages/yuezhan/search/index",
- "pages/zl_detail/index",
- "pages/cg_detail/index",
- "pages/navigate/index",
- "pages/user/my_order/index",
- "pages/user/my_reward/index",
- "pages/user/my_follow/index",
- "pages/user/reward_detail/index",
- "pages/yuezhan/search_result/index",
- "pages/cg_detail/cg_introduce/index",
- "pages/yuezhan/pay_page/index",
- "pages/tongcheng/search/index",
- "pages/wv_page/index",
- "pages/user/my_comment/index",
- "pages/user/my_saw/index",
- "pages/zl_detail/create_evaluation/index",
- "pages/yuezhan/comment_detail/index",
- "pages/yuezhan/pay_page/rule_detail/index",
- "pages/login_page/index",
- "common/components/drop-down/index",
- "pages/user/my_contact/index",
- "common/components/component-list/component-list",
- "pages/yuezhan/html_detail/index"
- ],
- "window": {
- "backgroundTextStyle": "dark",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "四维看展",
- "backgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "color": "#B2B2B2",
- "selectedColor": "#000",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/yuezhan/index",
- "text": "首页",
- "iconPath": "imgs/yuezhan.png",
- "selectedIconPath": "./imgs/yuezhan_active.png"
- },
- {
- "pagePath": "pages/swkz/index",
- "text": "线上看展",
- "iconPath": "imgs/swkz.png",
- "selectedIconPath": "./imgs/swkz_active.png"
- },
- {
- "pagePath": "pages/tongcheng/index",
- "text": "线下展讯",
- "iconPath": "imgs/tongcheng.png",
- "selectedIconPath": "./imgs/tongcheng_active.png"
- },
- {
- "pagePath": "pages/user/index",
- "text": "我的",
- "iconPath": "imgs/user.png",
- "selectedIconPath": "./imgs/user_active.png"
- }
- ]
- },
- "networkTimeout": {
- "request": 310000
- },
- "permission": {
- "scope.userLocation": {
- "desc": "获取地理位置以便获得当前城市的展览"
- }
- },
- "sitemapLocation": "sitemap.json"
- }
|