This commit is contained in:
不做码农 2023-03-07 19:32:07 +08:00
parent 3494625723
commit b93773e861
2 changed files with 1 additions and 4 deletions

View File

@ -104,9 +104,6 @@ const captchaOnOff = ref('')
const register = ref(false) const register = ref(false)
const redirect = ref() const redirect = ref()
redirect.value = route.query.redirect redirect.value = route.query.redirect
// proxy.getConfigKey('sys.account.captchaOnOff').then((response) => {
// captchaOnOff.value = response.data
// })
function handleLogin() { function handleLogin() {
proxy.$refs.loginRef.validate((valid) => { proxy.$refs.loginRef.validate((valid) => {

View File

@ -402,7 +402,7 @@ const state = reactive({
], ],
taskTypeOptions: [ taskTypeOptions: [
{ dictLabel: '程序集', dictValue: '1' }, { dictLabel: '程序集', dictValue: '1' },
{ dictLabel: 'api请求', dictValue: '2', listClass: 'primary' }, { dictLabel: 'api请求', dictValue: '2', listClass: 'danger' },
{ dictLabel: 'sql脚本', dictValue: '3', listClass: 'info' } { dictLabel: 'sql脚本', dictValue: '3', listClass: 'info' }
] ]
} }