diff --git a/src/views/login/index.vue b/src/views/login/index.vue index f8f3fa01..c6e6dbb0 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -264,7 +264,7 @@ export default { return }else if (res.BasicInfo.LoginState === 2) { // 本次登录的IP或设备与上次不一致,请确认' - this.$alert(this.$t('login:message:login4')) + this.$alert(this.$t('login:message:login4'), this.$t('common:title:warning')) } this.$store.dispatch('permission/generateRoutes').then(res => { this.loading = false