pages.json 477 字节
Newer Older
DCloud_JSON's avatar
DCloud_JSON 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
		{
			"path": "pages/index/index",
			"style": {
				"navigationBarTitleText": "文章详情",
				"app-plus": {
					"titleNView": {
						"type": "transparent",
						"buttons": [{
							"type": "share"
						}]
					}
				},
				"h5": {
					"titleNView": {
						"type": "transparent",
						"buttons": []
					}
				}
			}
		}
	]
芊里 已提交
24
}