diff --git a/components/my-tabbar/my-tabbar.vue b/components/my-tabbar/my-tabbar.vue index 80c1ef7..b2d6983 100644 --- a/components/my-tabbar/my-tabbar.vue +++ b/components/my-tabbar/my-tabbar.vue @@ -2,7 +2,7 @@ diff --git a/pages.json b/pages.json index 2147870..0f87a7a 100644 --- a/pages.json +++ b/pages.json @@ -19,5 +19,18 @@ "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, - "uniIdRouter": {} + "uniIdRouter": {}, + "tabBar": { + "custom": true, + "list": [ + { + "pagePath": "pages/index/index" + + }, + { + "pagePath": "pages/my/my" + + } + ] + } } diff --git a/pages/my/my.vue b/pages/my/my.vue new file mode 100644 index 0000000..8f3333a --- /dev/null +++ b/pages/my/my.vue @@ -0,0 +1,16 @@ + + + + + +