diff --git a/uni-app/src/App.vue b/uni-app/src/App.vue index f4b3a23..5e626d7 100644 --- a/uni-app/src/App.vue +++ b/uni-app/src/App.vue @@ -1,8 +1,12 @@ - + + + + diff --git a/uni-app/src/custom-tab-bar/index.vue b/uni-app/src/custom-tab-bar/index.vue deleted file mode 100644 index b882c48..0000000 --- a/uni-app/src/custom-tab-bar/index.vue +++ /dev/null @@ -1,170 +0,0 @@ - - - TradeMate - - {{ item.icon }} - {{ item.text }} - - - - - - - \ No newline at end of file diff --git a/uni-app/src/pages.json b/uni-app/src/pages.json index 3182aec..eea5f9a 100644 --- a/uni-app/src/pages.json +++ b/uni-app/src/pages.json @@ -111,7 +111,7 @@ "backgroundColor": "#f5f5f5" }, "tabBar": { - "custom": true, + "custom": false, "color": "#666666", "selectedColor": "#1890ff", "backgroundColor": "#ffffff",