From 8716e35d55875b7e8377cae748005c95a6fe60c2 Mon Sep 17 00:00:00 2001 From: wangyilin <1454641981@qq.com> Date: Fri, 25 Apr 2025 17:40:30 +0800 Subject: [PATCH] =?UTF-8?q?home=E9=9D=99=E6=80=81=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 2 +- src/views/home/index.vue | 438 ++++++++++++++++++++++++++------------- 2 files changed, 290 insertions(+), 150 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index a4b568f..da48ea3 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -18,7 +18,7 @@ const router = createRouter({ */ router.beforeEach((to: any, from: any, next: any) => { //动态设置标题 - const title: string = "后台管理系统"; + const title: string = "智慧食堂系统"; document.title = to.meta.name ? `${to.meta.name} - ${title}` : title; //todo 鉴权操作... const userStore = useUserStore(); diff --git a/src/views/home/index.vue b/src/views/home/index.vue index fdf7424..dadec60 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -1,161 +1,301 @@ - - - + + \ No newline at end of file