From 20847e9423b25db7efdf4438d08c40df6b2b5ab3 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 12 Sep 2025 10:07:37 +0800 Subject: [PATCH] =?UTF-8?q?ga=E7=99=BB=E5=BD=95=E8=B7=B3=E8=BD=AC=E8=87=B3?= =?UTF-8?q?=E5=BD=B1=E5=83=8F=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 2 +- src/views/login/index.vue | 2 +- src/views/trials/trials-layout/components/trialsNavbar.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 49bb9e7..087a987 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -123,7 +123,7 @@ export default { return } if ( - this.hasPermi(['role:pm', 'role:oa', 'role:admin', 'role:dev']) + this.hasPermi(['role:pm', 'role:oa', 'role:admin', 'role:dev', 'role:ga']) ) { history.replaceState(null, null, '/trials/trials-inspection') history.go(0) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 17ed6c7..8ece88e 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -418,7 +418,7 @@ export default { return } if ( - this.hasPermi(['role:pm', 'role:oa', 'role:admin', 'role:dev']) + this.hasPermi(['role:pm', 'role:oa', 'role:admin', 'role:dev', 'role:ga']) ) { history.replaceState(null, null, '/trials/trials-inspection') history.go(0) diff --git a/src/views/trials/trials-layout/components/trialsNavbar.vue b/src/views/trials/trials-layout/components/trialsNavbar.vue index 38dca1a..b62598d 100644 --- a/src/views/trials/trials-layout/components/trialsNavbar.vue +++ b/src/views/trials/trials-layout/components/trialsNavbar.vue @@ -176,7 +176,7 @@ export default { return } if ( - this.hasPermi(['role:pm', 'role:oa', 'role:admin', 'role:dev']) + this.hasPermi(['role:pm', 'role:oa', 'role:admin', 'role:dev', 'role:ga']) ) { history.replaceState(null, null, '/trials/trials-inspection') history.go(0)