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