pages.json 314 字节
Newer Older
芊里 已提交
1 2 3 4 5 6 7 8 9 10 11
{
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
		{
			"path": "pages/uni-list-news-title-image/uni-list-news-title-image",
			"style": {
				"navigationBarTitleText": "垂直排列,图文混排",
				"enablePullDownRefresh": true
			}
		}
	]
}