DESKTOP-O04BTUJ\muzen 3 anni fa
parent
commit
a47d01e6b0
1 ha cambiato i file con 19 aggiunte e 12 eliminazioni
  1. 19 12
      src/pages.json

+ 19 - 12
src/pages.json

@@ -24,49 +24,49 @@
 		// 产品手册
 		{
 			"path": "pages/product/manual",
-			"style":{
+			"style": {
 				"navigationStyle": "custom"
 			}
 		},
 		// 关于我们
 		{
 			"path": "pages/about/index",
-			"style":{
-				"navigationStyle":"custom"
+			"style": {
+				"navigationStyle": "custom"
 			}
 		},
 		// 用户协议
 		{
 			"path": "pages/user/agreement",
-			"style":{
-				"navigationStyle":"custom"
+			"style": {
+				"navigationStyle": "custom"
 			}
 		},
 		// 隐私协议
 		{
 			"path": "pages/privacy/agreement",
-			"style":{
-				"navigationStyle":"custom"
+			"style": {
+				"navigationStyle": "custom"
 			}
 		},
 		// 猫王博物馆
 		{
 			"path": "pages/ohplay/museum",
-			"style":{
+			"style": {
 				"navigationStyle": "custom"
 			}
 		},
 		// 12频道分享
 		{
 			"path": "pages/share/channels",
-			"style":{
+			"style": {
 				"navigationStyle": "custom"
 			}
 		},
 		// 频道详情
 		{
 			"path": "pages/share/list",
-			"style":{
+			"style": {
 				"navigationStyle": "custom",
 				"onReachBottomDistance": 50
 			}
@@ -74,7 +74,7 @@
 		// 歌单
 		{
 			"path": "pages/share/detail",
-			"style":{
+			"style": {
 				"navigationStyle": "custom",
 				"onReachBottomDistance": 50
 			}
@@ -82,7 +82,14 @@
 		// 播放控件
 		{
 			"path": "pages/share/controls",
-			"style":{
+			"style": {
+				"navigationStyle": "custom"
+			}
+		},
+		// vip音乐服务
+		{
+			"path": "pages/vip/index",
+			"style": {
 				"navigationStyle": "custom"
 			}
 		}