pages.json 1.23 KB
Newer Older
郑秀明's avatar
郑秀明 committed
1 2 3 4 5 6 7
{
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
		{
			"path": "pages/home/home",
			"style": {
				"navigationBarTitleText": "首页-谛宝多多商城"
			}
王建威's avatar
王建威 committed
8
		},
王建威's avatar
王建威 committed
9
		{
郑秀明's avatar
郑秀明 committed
10 11 12 13
			"path": "pages/index/index",
			"style": {
				"navigationBarTitleText": "白条专区-谛宝多多商城"
			}
王建威's avatar
王建威 committed
14
		},
王建威's avatar
王建威 committed
15
		{
王建威's avatar
王建威 committed
16
			"path": "pages/category/category",
王建威's avatar
王建威 committed
17
			"style": {
18 19
				"enablePullDownRefresh": true,
				"navigationBarTitleText": "白条分类-谛宝多多商城"
王建威's avatar
王建威 committed
20
			}
王建威's avatar
王建威 committed
21 22
		},
		{
23 24 25 26 27 28 29 30 31 32
			"path": "pages/web/web",
			"style": {
				"navigationBarTitleText": "白条专区-谛宝多多商城"
			}
		},
		{
			"path": "pages/detail/detail",
			"style": {
				"navigationBarTitleText": "白条详情-谛宝多多商城"
			}
王建威's avatar
王建威 committed
33 34
		},
		{
35 36 37 38 39 40 41 42 43 44
			"path": "pages/searchhistory/searchhistory",
			"style": {
				"navigationBarTitleText": "搜索历史-谛宝多多商城"
			}
		},
		{
			"path": "pages/search/search",
			"style": {
				"navigationBarTitleText": "商品搜索-谛宝多多商城"
			}
郑秀明's avatar
郑秀明 committed
45 46 47 48 49 50
		}
    ],
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "谛宝多多商城",
		"navigationBarBackgroundColor": "#F8F8F8",
王建威's avatar
王建威 committed
51
		"backgroundColor": "#fbfbfb",
郑秀明's avatar
郑秀明 committed
52 53 54
		"app-plus": {"titleNView": false}
	}
}