fix login

This commit is contained in:
jxxghp
2023-06-24 20:35:17 +08:00
parent f2d5ccf2f4
commit cca7bd18d4

View File

@@ -170,24 +170,6 @@ onMounted(() => {
</VForm>
</VCardText>
</VCard>
<VImg
class="auth-footer-start-tree d-none d-md-block"
:src="authV1Tree"
:width="250"
/>
<VImg
:src="authV1Tree2"
class="auth-footer-end-tree d-none d-md-block"
:width="350"
/>
<!-- bg img -->
<VImg
class="auth-footer-mask d-none d-md-block"
:src="authThemeMask"
/>
</div>
</template>