tangning 1 bulan lalu
induk
melakukan
6aca4ac6d9
4 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 2 2
      .env
  2. TEMPAT SAMPAH
      src/assets/images/login2.png
  3. 1 1
      src/components/Application/src/AppLogo.vue
  4. 1 1
      src/views/sys/login/LoginForm.vue

+ 2 - 2
.env

@@ -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'

TEMPAT SAMPAH
src/assets/images/login2.png


+ 1 - 1
src/components/Application/src/AppLogo.vue

@@ -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({

+ 1 - 1
src/views/sys/login/LoginForm.vue

@@ -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 logo from '/@/assets/images/login2.png';
   import { Checkbox, Form, Input, Row, Col, Button } from 'ant-design-vue'; //  Divider
   // import {
   //   GithubFilled,