From b93773e861aa1ed8ad6ff10364d6eb4b5eb440bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Tue, 7 Mar 2023 19:32:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login.vue | 3 --- src/views/monitor/job/index.vue | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index eba1526..f1572d2 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -104,9 +104,6 @@ const captchaOnOff = ref('') const register = ref(false) const redirect = ref() redirect.value = route.query.redirect -// proxy.getConfigKey('sys.account.captchaOnOff').then((response) => { -// captchaOnOff.value = response.data -// }) function handleLogin() { proxy.$refs.loginRef.validate((valid) => { diff --git a/src/views/monitor/job/index.vue b/src/views/monitor/job/index.vue index 4b44569..fab5cbd 100644 --- a/src/views/monitor/job/index.vue +++ b/src/views/monitor/job/index.vue @@ -402,7 +402,7 @@ const state = reactive({ ], taskTypeOptions: [ { dictLabel: '程序集', dictValue: '1' }, - { dictLabel: 'api请求', dictValue: '2', listClass: 'primary' }, + { dictLabel: 'api请求', dictValue: '2', listClass: 'danger' }, { dictLabel: 'sql脚本', dictValue: '3', listClass: 'info' } ] }