diff --git a/pages.json b/pages.json index 28a6323..46c064d 100644 --- a/pages.json +++ b/pages.json @@ -1427,8 +1427,23 @@ "pages": [{ "path": "list/index", "style": { - "navigationBarTitleText": "商品管理", - "enablePullDownRefresh": true + "navigationBarTitleText": "商品管理13", + "enablePullDownRefresh": true, + "app-plus": { + "scrollIndicator": false, //禁用原生导航栏 + "subNVues": [{ + "id": "concatpro", // 唯一标识 + "path": "list/subnvue/concat", // 页面路径 + "type": "popup", + "style": { + "position": "absolute", + "dock": "right", + "width": "750rpx", + "height": "2000rpx", + "background": "rgba(0,0,0,0.2)" + } + }] + } } }, { diff --git a/pages/index/index.vue b/pages/index/index.vue index 9264313..5515b11 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,6 +1,5 @@