feat: lint
This commit is contained in:
parent
f9af6219ab
commit
76683371cf
@ -18,7 +18,7 @@ const errorImageUrl = computed(() => {
|
||||
const errorType = store.state?.errorInfo?.errorType
|
||||
const imageMap = {
|
||||
overTime: '/imgs/icons/overtime.webp',
|
||||
default: '/imgs/icons/error.webp',
|
||||
default: '/imgs/icons/error.webp'
|
||||
}
|
||||
|
||||
return imageMap[errorType as 'overTime'] || imageMap.default
|
||||
|
@ -31,13 +31,13 @@ import encrypt from '../utils/encrypt'
|
||||
import useCommandComponent from '../hooks/useCommandComponent'
|
||||
|
||||
interface Props {
|
||||
questionInfo?: any,
|
||||
isMobile?: boolean,
|
||||
questionInfo?: any
|
||||
isMobile?: boolean
|
||||
}
|
||||
|
||||
withDefaults(defineProps<Props>(), {
|
||||
questionInfo: {},
|
||||
isMobile: false,
|
||||
isMobile: false
|
||||
})
|
||||
|
||||
const mainRef = ref<any>()
|
||||
|
Loading…
Reference in New Issue
Block a user