|
@@ -1,16 +1,83 @@
|
|
{
|
|
{
|
|
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
- {
|
|
|
|
- "path": "pages/index/index",
|
|
|
|
- "style": {
|
|
|
|
- "navigationBarTitleText": "uni-app"
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- ],
|
|
|
|
- "globalStyle": {
|
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
|
- "navigationBarTitleText": "uni-app",
|
|
|
|
- "navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
- "backgroundColor": "#F8F8F8"
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
|
|
+ "pages": [{
|
|
|
|
+ // 设备引导页
|
|
|
|
+ "path": "pages/guide/index",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
|
+ }
|
|
|
|
+ }, {
|
|
|
|
+ // 耳机操作手势
|
|
|
|
+ "path": "pages/operation/index",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
|
+ }
|
|
|
|
+ }, {
|
|
|
|
+ // 帮助与反馈
|
|
|
|
+ "path": "pages/help/index",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
|
+ }
|
|
|
|
+ }, {
|
|
|
|
+ // 产品手册
|
|
|
|
+ "path": "pages/product/manual",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
|
+ }
|
|
|
|
+ }, {
|
|
|
|
+ // 关于我们
|
|
|
|
+ "path": "pages/about/index",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
|
+ }
|
|
|
|
+ }, {
|
|
|
|
+ // 用户协议
|
|
|
|
+ "path": "pages/user/agreement",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
|
+ }
|
|
|
|
+ }, {
|
|
|
|
+ // 隐私协议
|
|
|
|
+ "path": "pages/privacy/agreement",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
|
+ }
|
|
|
|
+ }, {
|
|
|
|
+ // 猫王博物馆
|
|
|
|
+ "path": "pages/ohplay/museum",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
|
+ }
|
|
|
|
+ }, {
|
|
|
|
+ // 12频道分享
|
|
|
|
+ "path": "pages/share/channels",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
|
+ }
|
|
|
|
+ }, {
|
|
|
|
+ // 频道详情
|
|
|
|
+ "path": "pages/share/list",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationStyle": "custom",
|
|
|
|
+ "onReachBottomDistance": 50
|
|
|
|
+ }
|
|
|
|
+ }, {
|
|
|
|
+ // 歌单
|
|
|
|
+ "path": "pages/share/detail",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationStyle": "custom",
|
|
|
|
+ "onReachBottomDistance": 50
|
|
|
|
+ }
|
|
|
|
+ }, {
|
|
|
|
+ // 播放控件
|
|
|
|
+ "path": "pages/share/controls",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
|
+ }
|
|
|
|
+ }, {
|
|
|
|
+ // vip音乐服务
|
|
|
|
+ "path": "pages/vip/index",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
|
+ }
|
|
|
|
+ }]
|
|
|
|
+}
|