feat: 添加服务页面,更新首页以显示国徽图片
This commit is contained in:
@@ -21,6 +21,10 @@ const routes: Array<RouteRecordRaw> = [
|
||||
path: "home",
|
||||
component: () => import("@/views/home/index.vue"),
|
||||
},
|
||||
{
|
||||
path: "service",
|
||||
component: () => import("@/views/service/index.vue"),
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user