{
  "pages": [
    {
      "path": "pages/tabbar/index",
      "style": {
        "navigationBarTitleText": "首页",
        "enablePullDownRefresh": false,
        "navigationStyle": "custom",
        "alabo": false
      }
    },
    {
      "path": "pages/index",
      "style": {
        "enablePullDownRefresh": false,
        "alabo": false,
        "app-plus": {}
      }
    },
    {
      "path": "pages/user/login",
      "style": {
        "navigationStyle": "custom",
        "alabo": false
      }
    },
    {
      "path": "pages/web",
      "style": {
        "navigationBarTitleText": "webView",
        "navigationStyle": "custom",
        "app-plus": {
          "animationType": "slide-in-bottom"
        }
      }
    },
    {
      "path": "pages/admin",
      "style": {
        "alabo": false
      }
    },
	{
		"path":"pages/table",
		"style": {
			"alabo": false,
			"navigationStyle":"custom"
		}
	},
    {
      "path": "pages/apps/index",
      "style": {
        "alabo": false
      }
    },
    {
      "path": "pages/tabbar/user",
      "style": {
        "navigationBarTitleText": "我的",
        "enablePullDownRefresh": false,
        "navigationStyle": "custom",
        "alabo": false
      }
    },
	{
	  "path": "pages/tabbar/message",
	  "style": {
	    "navigationBarTitleText": "消息",
	    "enablePullDownRefresh": false,
	    "navigationStyle": "custom",
	    "alabo": false
	  }
	},
	{
	  "path": "pages/im/index",
	  "style": {
	    "navigationBarTitleText": "会话",
	    "enablePullDownRefresh": false,
	    "navigationStyle": "custom",
	    "alabo": false
	  }
	},
	{
	  "path": "pages/im/search",
	  "style": {
	    "navigationBarTitleText": "消息搜索",
	    "enablePullDownRefresh": false,
	    "navigationStyle": "custom",
	    "alabo": false
	  }
	},
    {
      "path": "pages/tabbar/data",
      "style": {
        "navigationBarTitleText": "数据",
        "enablePullDownRefresh": false,
        "alabo": false
      }
    },
    {
      "path": "pages/tabbar/work",
      "style": {
        "navigationBarTitleText": "工作台",
        "enablePullDownRefresh": false,
        "navigationStyle": "custom",
        "alabo": false
      }
    },    
    {
      "path": "pages/admin/app/select/index",
      "style": {
        "navigationBarTitleText": "选择应用",
        "enablePullDownRefresh": false,
        "alabo": false
      }
    },
    {
		  "path": "pages/search/index",
		  "style": {
			"navigationBarTitleText": "搜索",
			"enablePullDownRefresh": false,
			"navigationStyle": "custom",
			"alabo": false
		  }
    },
    {
			"path": "pages/diy/index",
			"style": {
				"navigationStyle": "custom",
				"alabo": false
			}
		},
    {
			"path": "pages/test",
      "style": {
        "navigationBarTitleText": "测试",
        "enablePullDownRefresh": true,
        "alabo": false
      }
		}
  ],
  "globalStyle": {
    "navigationBarTextStyle": "white",
    "navigationBarTitleText": "",
    "navigationBarBackgroundColor": "#006eff",
    "backgroundColor": "#F8F8F8"
  },
  "tabBar": {
    "color": "#333333",
    "selectedColor": "#3981f7",
    "borderStyle": "black",
    "backgroundColor": "#FFFFFF",
    "list": [
      {
        "pagePath": "pages/tabbar/index",
        "text": "首页",
        "iconPath": "static/tabbar/tab-1.png",
        "selectedIconPath": "static/tabbar/tab-1-hover.png"
      },
      {
        "pagePath": "pages/tabbar/work",
        "text": "工作台",
        "iconPath": "static/tabbar/tab-2.png",
        "selectedIconPath": "static/tabbar/tab-2-hover.png"
      },
	  {
	    "pagePath": "pages/tabbar/message",
	    "text": "消息",
	    "iconPath": "static/tabbar/tab-5.png",
	    "selectedIconPath": "static/tabbar/tab-5-hover.png"
	  },
      {
        "pagePath": "pages/tabbar/data",
        "text": "数据",
        "iconPath": "static/tabbar/tab-3.png",
        "selectedIconPath": "static/tabbar/tab-3-hover.png"
      },
      {
        "pagePath": "pages/tabbar/user",
        "text": "我的",
        "iconPath": "static/tabbar/tab-4.png",
        "selectedIconPath": "static/tabbar/tab-4-hover.png"
      }
    ]
  }
}