bug fix and performance improvements

This commit is contained in:
2023-07-20 17:26:43 +08:00
parent 3b2fed2967
commit 6cc3e9e348
27 changed files with 757 additions and 422 deletions

View File

@ -1114,7 +1114,7 @@ export const agentRoutes = [
children: [
{
path: "index",
component: () => import("@/views/admin/research/index"),
component: () => import("@/views/admin/agent/index"),
name: "Index",
meta: {
title: "首页",