Преглед изворни кода

修正logoMini文件位置引发的问题

microrain пре 2 година
родитељ
комит
4a051172c2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/login/index.vue

+ 1 - 1
src/views/login/index.vue

@@ -33,7 +33,7 @@
 import { toRefs, reactive, computed, defineComponent } from 'vue';
 import Account from '/@/views/login/component/account.vue';
 import { useStore } from '/@/store/index';
-import logoMini from '/@/assets/logo.png';
+import logoMini from '/imgs/logo.png';
 import { Sunny, Moon } from '@element-plus/icons-vue';
 import dayjs from 'dayjs';