Ver código fonte

路由文件

DESKTOP-O04BTUJ\muzen 3 anos atrás
pai
commit
0babfac27f
1 arquivos alterados com 28 adições e 0 exclusões
  1. 28 0
      src/pages.json

+ 28 - 0
src/pages.json

@@ -55,6 +55,34 @@
 			"style":{
 				"navigationStyle": "custom"
 			}
+		},
+		// 12频道分享
+		{
+			"path": "pages/share/channels",
+			"style":{
+				"navigationStyle": "custom"
+			}
+		},
+		// 频道详情
+		{
+			"path": "pages/share/list",
+			"style":{
+				"navigationStyle": "custom"
+			}
+		},
+		// 歌单
+		{
+			"path": "pages/share/detail",
+			"style":{
+				"navigationStyle": "custom"
+			}
+		},
+		// 播放控件
+		{
+			"path": "pages/share/controls",
+			"style":{
+				"navigationStyle": "custom"
+			}
 		}
 	]
 }