diff --git a/components/aaa.png b/components/aaa.png new file mode 100644 index 0000000..8a61bc9 Binary files /dev/null and b/components/aaa.png differ diff --git a/pages.json b/pages.json index 87b35fb..28a6323 100644 --- a/pages.json +++ b/pages.json @@ -47,7 +47,38 @@ "enablePullDownRefresh": true, // #endif "app-plus": { - "scrollIndicator": false //禁用原生导航栏 + "scrollIndicator": false, //禁用原生导航栏 + "subNVues": [{ + "id": "concat", // 唯一标识 + "path": "pages/index/subnvue/concat", // 页面路径 + "type": "popup", + "style": { + "position": "absolute", + "dock": "right", + "width": "750rpx", + "height": "1500rpx", + "background": "rgba(0,0,0,0.2)" + } + }] + } + } + }, + { + "path": "pages/test/index", //首页 + "style": { + "app-plus": { + "subNVues": [{ + "id": "concat", // 唯一标识 + "path": "pages/test/subnvue/concat", // 页面路径 + /*"type": "popup", 这里不需要*/ + "style": { + "position": "absolute", + "dock": "right", + "width": "100rpx", + "height": "150rpx", + "background": "transparent" + } + }] } } }, diff --git a/pages/index/index.vue b/pages/index/index.vue index 529674b..9264313 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,5 +1,6 @@