Explorar el Código

修改系统小LOGO的位置

microrain hace 2 años
padre
commit
ff4f0fd3e7
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. 0 0
      public/imgs/logo-mini.svg
  2. 1 1
      src/layout/logo/index.vue

+ 0 - 0
src/assets/logo-mini.svg → public/imgs/logo-mini.svg


+ 1 - 1
src/layout/logo/index.vue

@@ -12,7 +12,7 @@
 import { computed, defineComponent } from 'vue';
 import { useStore } from '/@/store/index';
 
-import logoMini from '/@/assets/logo-mini.svg';
+import logoMini from '/imgs/logo-mini.svg';
 
 export default defineComponent({
 	name: 'layoutLogo',