diff --git a/pages.json b/pages.json index 869105d..d60b0d7 100644 --- a/pages.json +++ b/pages.json @@ -13,5 +13,17 @@ "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, - "uniIdRouter": {} + "uniIdRouter": {}, + "tabBar": { + "list": [ + { + "pagePath": "pages/home/index", + "text": "้ฆ–้กต" + }, + { + "pagePath": "pages/mine/index", + "text": "ๆˆ‘็š„" + } + ] + } } diff --git a/pages/index/index.vue b/pages/index/index.vue index ec0ec26..cb1cf71 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,5 +1,6 @@