feat: 广告模块,交班记录80%,等用户完成

This commit is contained in:
duan
2025-03-01 11:12:29 +08:00
parent ad52c6bbf9
commit 467bfaa2eb
17 changed files with 942 additions and 7 deletions

View File

@@ -428,6 +428,17 @@ export const constantRoutes: RouteRecordRaw[] = [
hidden: true
},
},
{
path: "advertisement",
component: () => import("@/views/application/list/advertisement/index.vue"),
name: "advertisement",
meta: {
title: "广告",
affix: false,
hidden: true
},
},
/**列表end */