From 2ab43bfe14278e8d9832b57c4e86aeb19518cfec Mon Sep 17 00:00:00 2001 From: sundongyu <2811054731@qq.com> Date: Wed, 26 Jun 2024 15:06:27 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9C=A8=20feat:=20=E6=89=93=E5=8C=85?= =?UTF-8?q?=E5=89=8D=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/components/echarts.vue | 86 --- pages/index/index.vue | 622 +++++++++--------- .../dist/cache/.vite/deps/_metadata.json | 15 +- 3 files changed, 317 insertions(+), 406 deletions(-) delete mode 100644 pages/index/components/echarts.vue diff --git a/pages/index/components/echarts.vue b/pages/index/components/echarts.vue deleted file mode 100644 index b38caae..0000000 --- a/pages/index/components/echarts.vue +++ /dev/null @@ -1,86 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index e1302f4..0bb2625 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,337 +1,341 @@ \ No newline at end of file +.image { + width: 50rpx; + height: 50rpx; +} + diff --git a/unpackage/dist/cache/.vite/deps/_metadata.json b/unpackage/dist/cache/.vite/deps/_metadata.json index 2ba9266..13e7ac4 100644 --- a/unpackage/dist/cache/.vite/deps/_metadata.json +++ b/unpackage/dist/cache/.vite/deps/_metadata.json @@ -1,15 +1,8 @@ { - "hash": "4a204181", - "configHash": "eb966fb1", + "hash": "f0e888ba", + "configHash": "046e9b57", "lockfileHash": "fa978dd2", - "browserHash": "65cd6fd1", - "optimized": { - "echarts": { - "src": "../../../../../node_modules/echarts/index.js", - "file": "echarts.js", - "fileHash": "47eb0dc6", - "needsInterop": false - } - }, + "browserHash": "ef20b50a", + "optimized": {}, "chunks": {} } \ No newline at end of file From a2018157206320c9aae8be961b20828bd8a1150c Mon Sep 17 00:00:00 2001 From: sundongyu <2811054731@qq.com> Date: Wed, 26 Jun 2024 15:19:52 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E2=9C=A8=20feat:=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 22 +++++++++++----------- static/{备案.png => beian.png} | Bin static/{更多.png => gengduo.png} | Bin static/{公布.png => gongbu.png} | Bin static/{驾驶证.png => jiashizheng.png} | Bin static/{考试.png => kaoshi.png} | Bin static/{老人.png => laoren.png} | Bin static/{一键挪车.png => nuoche.png} | Bin static/{认领.png => renling.png} | Bin static/{日历.png => rili.png} | Bin static/{新车选号.png => xinche.png} | Bin 11 files changed, 11 insertions(+), 11 deletions(-) rename static/{备案.png => beian.png} (100%) rename static/{更多.png => gengduo.png} (100%) rename static/{公布.png => gongbu.png} (100%) rename static/{驾驶证.png => jiashizheng.png} (100%) rename static/{考试.png => kaoshi.png} (100%) rename static/{老人.png => laoren.png} (100%) rename static/{一键挪车.png => nuoche.png} (100%) rename static/{认领.png => renling.png} (100%) rename static/{日历.png => rili.png} (100%) rename static/{新车选号.png => xinche.png} (100%) diff --git a/pages/index/index.vue b/pages/index/index.vue index 0bb2625..73f1489 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -16,7 +16,7 @@ - + 驾驶证 @@ -87,52 +87,52 @@ import { ref } from 'vue'; const businessList = ref([ { - img: '../../static/日历.png', + img: '../../static/rili.png', text: '考试预约\n\n', id: '1' }, { - img: '../../static/新车选号.png', + img: '../../static/xinche.png', text: '新车选号\n\n', id: '2' }, { - img: '../../static/备案.png', + img: '../../static/beian.png', text: '备案非本\n人机动车', id: '3' }, { - img: '../../static/新车选号.png', + img: '../../static/xinche.png', text: '申请新车\n临时号牌', id: '4' }, { - img: '../../static/认领.png', + img: '../../static/renling.png', text: '业务委托\n申请', id: '5' }, { - img: '../../static/老人.png', + img: '../../static/laoren.png', text: '老年人业\n务代办', id: '6' }, { - img: '../../static/公布.png', + img: '../../static/gongbu.png', text: '号牌号段\n公布', id: '7' }, { - img: '../../static/考试.png', + img: '../../static/kaoshi.png', text: '考试信息\n公布', id: '8' }, { - img: '../../static/一键挪车.png', + img: '../../static/nuoche.png', text: '一键挪车\n\n', id: '9' }, { - img: '../../static/更多.png', + img: '../../static/gengduo.png', text: '更多\n\n', id: '10' } diff --git a/static/备案.png b/static/beian.png similarity index 100% rename from static/备案.png rename to static/beian.png diff --git a/static/更多.png b/static/gengduo.png similarity index 100% rename from static/更多.png rename to static/gengduo.png diff --git a/static/公布.png b/static/gongbu.png similarity index 100% rename from static/公布.png rename to static/gongbu.png diff --git a/static/驾驶证.png b/static/jiashizheng.png similarity index 100% rename from static/驾驶证.png rename to static/jiashizheng.png diff --git a/static/考试.png b/static/kaoshi.png similarity index 100% rename from static/考试.png rename to static/kaoshi.png diff --git a/static/老人.png b/static/laoren.png similarity index 100% rename from static/老人.png rename to static/laoren.png diff --git a/static/一键挪车.png b/static/nuoche.png similarity index 100% rename from static/一键挪车.png rename to static/nuoche.png diff --git a/static/认领.png b/static/renling.png similarity index 100% rename from static/认领.png rename to static/renling.png diff --git a/static/日历.png b/static/rili.png similarity index 100% rename from static/日历.png rename to static/rili.png diff --git a/static/新车选号.png b/static/xinche.png similarity index 100% rename from static/新车选号.png rename to static/xinche.png