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' } ] }