From 060b4553ed9a06c8a53d9f89caa924bb73bb0c58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=B9=8F?= Date: Tue, 31 Dec 2024 18:53:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=BF=87=E6=BB=A4pages=E4=B8=AD?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 8 ++-- .../application-list/application-list.vue | 7 +++ src/pages/home/CustomTab.vue | 40 ++++++++++++++---- src/pages/home/home.vue | 3 +- src/static/images/bg_table.png | Bin 0 -> 513 bytes src/static/images/icon_table_menu.png | Bin 0 -> 1862 bytes src/types/uni-pages.d.ts | 2 +- vite.config.ts | 2 +- 8 files changed, 45 insertions(+), 17 deletions(-) create mode 100644 src/pages/application-list/application-list.vue create mode 100644 src/static/images/bg_table.png create mode 100644 src/static/images/icon_table_menu.png diff --git a/src/pages.json b/src/pages.json index db2c4f6..830b295 100644 --- a/src/pages.json +++ b/src/pages.json @@ -58,6 +58,10 @@ "navigationBarTitleText": "首页" } }, + { + "path": "pages/application-list/application-list", + "type": "page" + }, { "path": "pages/code/code", "type": "page", @@ -74,10 +78,6 @@ "disableScroll": true } }, - { - "path": "pages/home/CustomTab", - "type": "page" - }, { "path": "pages/login/login", "type": "page", diff --git a/src/pages/application-list/application-list.vue b/src/pages/application-list/application-list.vue new file mode 100644 index 0000000..126a836 --- /dev/null +++ b/src/pages/application-list/application-list.vue @@ -0,0 +1,7 @@ + + + + + diff --git a/src/pages/home/CustomTab.vue b/src/pages/home/CustomTab.vue index feedb58..6db1a09 100644 --- a/src/pages/home/CustomTab.vue +++ b/src/pages/home/CustomTab.vue @@ -1,6 +1,18 @@