From 2856e71d226298740faf701fa9ee393c77a27376 Mon Sep 17 00:00:00 2001 From: xiaoxialulu <546464268@qq.com> Date: Sat, 11 May 2024 17:52:15 +0800 Subject: [PATCH] "Refactor code for dynamic component loading --- backend/.idea/workspace.xml | 101 +++++++++++++--------------- backend/logs/EasyPost_collect.log | 4 ++ web/src/routers/index.ts | 2 - web/src/routers/modules/other.ts | 2 +- web/src/store/modules/permission.ts | 17 +++-- web/src/store/modules/user.ts | 2 +- web/src/utils/routers.ts | 33 ++++++++- 7 files changed, 94 insertions(+), 67 deletions(-) diff --git a/backend/.idea/workspace.xml b/backend/.idea/workspace.xml index 8e457a26..4696396f 100644 --- a/backend/.idea/workspace.xml +++ b/backend/.idea/workspace.xml @@ -4,20 +4,11 @@