From 7b1fd033b9aa45bac9e15b77641baf48dce45621 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 28 Mar 2025 09:29:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=87=E6=8D=A2=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- src/api/user.js | 8 + src/components/toggleRole/index.vue | 107 ++++++ src/layout/components/Navbar.vue | 97 ++++- src/main.js | 2 +- src/store/modules/user.js | 70 +++- src/views/login/index.vue | 1 + src/views/trials/trials-inspection/index.vue | 5 + .../trials-layout/components/trialsNavbar.vue | 159 +++++--- src/views/trials/trials-list/index.vue | 360 +++++------------- src/views/trials/trials-workbench/index.vue | 92 +++-- 11 files changed, 537 insertions(+), 366 deletions(-) create mode 100644 src/components/toggleRole/index.vue diff --git a/public/index.html b/public/index.html index 00c78ca..5633639 100644 --- a/public/index.html +++ b/public/index.html @@ -57,7 +57,7 @@ num = e.data } - +