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] =?UTF-8?q?=E2=9C=A8=20feat:=20=E4=BF=AE=E6=94=B9=E5=9B=BE?= =?UTF-8?q?=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