From 42728a67d2d033bccadd9c303cc345af6858c0b2 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Mon, 31 Mar 2025 14:52:47 +0800
Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E6=B5=8B=E8=AF=95?=
=?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=BC=80=E6=94=BE=E5=9B=BD=E9=99=85=E5=8C=96?=
=?UTF-8?q?=E5=88=87=E6=8D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/login/index.vue | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 7770a50..5c8f8df 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -66,6 +66,7 @@
{{ $t('login:button:forgetPassword') }}
+
@@ -180,6 +181,9 @@ export default {
},
computed: {
...mapGetters(['asyncRoutes', 'routes', 'language']),
+ isDev() {
+ return process.env.VUE_APP_OSS_PATH === "/hir_test/dist"
+ }
},
created() {
this.getInfo()