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()