Browse Source

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

microrain 2 years ago
parent
commit
4a051172c2
1 changed files with 1 additions and 1 deletions
  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';