pages.json 3.89 KB
{
	"pages": [
		{
			"path": "pages/home/home",
			"style": { "navigationStyle": "custom" }
		},
		{
			"path": "pages/booking/booking",
			"style": { "navigationStyle": "custom" }
		},
		{
			"path": "pages/mall/mall",
			"style": { "navigationStyle": "custom", "enablePullDownRefresh": true }
		},
		{
			"path": "pages/my/my",
			"style": { "navigationStyle": "custom" }
		},
		{
			"path": "pages/login/login",
			"style": { "navigationStyle": "custom" }
		}
	],

	"subPackages": [
		{
			"root": "pagesA",
			"name": "sub-pages",
			"pages": [
				{
					"path": "store-list/store-list",
					"style": { "navigationBarTitleText": "门店列表" }
				},
				{
					"path": "store-detail/store-detail",
					"style": { "navigationBarTitleText": "门店详情" }
				},
				{
					"path": "activity-detail/activity-detail",
					"style": { "navigationBarTitleText": "活动详情" }
				},
				{
					"path": "notification-list/notification-list",
					"style": { "navigationBarTitleText": "消息通知" }
				},
				{
					"path": "booking-record/booking-record",
					"style": { "navigationBarTitleText": "预约记录" }
				},
				{
					"path": "booking-detail/booking-detail",
					"style": { "navigationBarTitleText": "预约详情" }
				},
				{
					"path": "technician-detail/technician-detail",
					"style": { "navigationBarTitleText": "技师详情" }
				},
				{
					"path": "product-detail/product-detail",
					"style": { "navigationBarTitleText": "商品详情" }
				},
				{
					"path": "cart/cart",
					"style": { "navigationBarTitleText": "购物车" }
				},
				{
					"path": "order-list/order-list",
					"style": { "navigationBarTitleText": "我的订单" }
				},
				{
					"path": "search-result/search-result",
					"style": { "navigationBarTitleText": "搜索结果" }
				},
				{
					"path": "profile-edit/profile-edit",
					"style": { "navigationBarTitleText": "个人资料" }
				},
				{
					"path": "address-list/address-list",
					"style": { "navigationBarTitleText": "地址管理" }
				},
				{
					"path": "settings/settings",
					"style": { "navigationBarTitleText": "设置" }
				},
				{
					"path": "about/about",
					"style": { "navigationBarTitleText": "关于我们" }
				}
			]
		},
		{
			"root": "pagesB",
			"name": "deep-pages",
			"pages": [
				{
					"path": "order-detail/order-detail",
					"style": { "navigationBarTitleText": "订单详情" }
				},
				{
					"path": "pay-result/pay-result",
					"style": { "navigationBarTitleText": "支付结果" }
				},
				{
					"path": "review/review",
					"style": { "navigationBarTitleText": "评价" }
				},
				{
					"path": "address-edit/address-edit",
					"style": { "navigationBarTitleText": "编辑地址" }
				},
				{
					"path": "booking-success/booking-success",
					"style": { "navigationBarTitleText": "预约成功" }
				}
			]
		}
	],

	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "绿纤会员",
		"navigationBarBackgroundColor": "#F8FBFA",
		"backgroundColor": "#F4F7F5"
	},

	"tabBar": {
		"color": "#999999",
		"selectedColor": "#2DB48D",
		"borderStyle": "white",
		"backgroundColor": "#FCFDFC",
		"fontSize": "11px",
		"iconWidth": "24px",
		"spacing": "2px",
		"height": "58px",
		"list": [
			{
				"pagePath": "pages/home/home",
				"text": "首页",
				"iconPath": "static/tabbar/home.png",
				"selectedIconPath": "static/tabbar/home-active.png"
			},
			{
				"pagePath": "pages/booking/booking",
				"text": "预约",
				"iconPath": "static/tabbar/booking.png",
				"selectedIconPath": "static/tabbar/booking-active.png"
			},
			{
				"pagePath": "pages/mall/mall",
				"text": "商城",
				"iconPath": "static/tabbar/mall.png",
				"selectedIconPath": "static/tabbar/mall-active.png"
			},
			{
				"pagePath": "pages/my/my",
				"text": "我的",
				"iconPath": "static/tabbar/my.png",
				"selectedIconPath": "static/tabbar/my-active.png"
			}
		]
	},

	"uniIdRouter": {}
}