管理员页面增加globalAward流量页面

This commit is contained in:
X1627315083@163.com
2026-05-13 17:29:05 +08:00
parent b6a55a8124
commit e27b43dc67
4 changed files with 114 additions and 0 deletions

View File

@@ -337,6 +337,13 @@ const routes: Array<RouteRecordRaw> = [
meta: { enter: 3 },
component: () =>
import("@/component/Administrator/SE/getGenerateFrequency/index.vue"),
},
{
path: "globalAwardPopularity",
name: "globalAwardPopularity",
meta: { enter: 3 },
component: () =>
import("@/component/Administrator/globalAwardPopularity.vue"),
},
],
},