# 详情页page.json配置

detail.vue

			"path":"pages/detail/detail",
			"style":{
				"navigationBarTitleText":"内容页",
				"app-plus":{
					"scrollIndicator":"none", // 关闭滚动条
					"bounce":"none",  // 关闭回弹
					"titleNView":{
						"buttons":[
							{
								"type":"menu"
							}
						]
					}
				}
			}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
上次更新: 2021/2/22 上午10:53:04