feat: 添加服务页面,更新首页以显示国徽图片

This commit is contained in:
2026-01-16 22:19:39 +07:00
parent 82b194ed8d
commit 73f755cc23
4 changed files with 22 additions and 2 deletions

View File

@@ -21,6 +21,10 @@ const routes: Array<RouteRecordRaw> = [
path: "home",
component: () => import("@/views/home/index.vue"),
},
{
path: "service",
component: () => import("@/views/service/index.vue"),
},
],
},
];