@@ -2,7 +2,7 @@
VITE_PORT = 3100
# spa-title
-VITE_GLOB_APP_TITLE = '%26%20Meta'
+VITE_GLOB_APP_TITLE = '%26%20Livora'
# spa shortname
-VITE_GLOB_APP_SHORT_NAME = 'Meta'
+VITE_GLOB_APP_SHORT_NAME = 'Livora'
@@ -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/&meta_white_logo.svg';
+ import logo from '/@/assets/images/login2.png';
// 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 logo from '/@/assets/images/logo.svg';
import { Checkbox, Form, Input, Row, Col, Button } from 'ant-design-vue'; // Divider
// import {
// GithubFilled,