@@ -20,7 +20,7 @@
import { useUserStore } from '/@/store/modules/user';
import { SvgIcon } from '/@/components/Icon';
import { useLocaleStore } from '/@/store/modules/locale';
- import logo from '/@/assets/images/login2.png';
+ import logo from '/@/assets/images/livora.svg';
// import logoEn from '/@/assets/images/grey-logo-en.png';
const props = defineProps({
@@ -85,7 +85,7 @@
<script lang="ts" setup>
import { reactive, ref, unref, computed, onMounted } from 'vue';
// import { AppLogo } from '/@/components/Application';
import { Checkbox, Form, Input, Row, Col, Button } from 'ant-design-vue'; // Divider
// import {
// GithubFilled,