fix: default open drawer

This commit is contained in:
oat_dev 2024-07-02 10:25:22 +07:00
parent 4cf0ecc1e0
commit 52abfa8485

View file

@ -298,9 +298,11 @@ const downloadManualAll = () => {
:default-opened="
!!route.params.name
? index === 1
? route.params.name.includes('admin')
? route.params.name.includes('-superadmin')
: index === 2
? route.params.name.includes('user')
? route.params.name.includes('-admin')
: index === 3
? route.params.name.includes('-user')
: false
: false
"