refactor: ♻️ 组件命名统一

This commit is contained in:
ray
2024-10-29 23:51:24 +08:00
parent bd4b6ddc31
commit dbcd0f209b
7 changed files with 21 additions and 16 deletions

View File

@@ -65,7 +65,8 @@ export const constantRoutes: RouteRecordRaw[] = [
{
path: "myNotice",
name: "MyNotice",
component: () => import("@/views/system/notice/my-notice.vue"),
component: () =>
import("@/views/system/notice/components/MyNotice.vue"),
meta: { title: "我的通知", icon: "user", hidden: true },
},
],