1. 程式人生 > 其它 >uni-app 頂部標題導航欄

uni-app 頂部標題導航欄

技術標籤:Vue

![在這裡插入圖片描述](https://img-blog.csdnimg.cn/20210119101820292.png#pic_center

{
	"path": "pages/template/news/my", // 我的
	"style": {
		"navigationBarTitleText": "我的", // 頂部名稱
		"navigationBarBackgroundColor": "rgb(244, 144, 21)", // 頂部背景色
		"navigationBarTextStyle": "white", // 文字顏色,目前只支援white和black這兩種顏色(小程式)
"app-plus": { "titleNView": { "buttons": [{ "text": "設定", // 頂部右側文字 "fontSize":"32upx", "fontWeight":"700" }] } } } },

標題導航欄右側顯示icon圖示