优化ui
This commit is contained in:
parent
3494625723
commit
b93773e861
@ -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) => {
|
||||||
|
|||||||
@ -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' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user