🚚 SvgIcon、Verifition 文件夹重命名

在 Linux 打包时报错
This commit is contained in:
徐晓伟 2023-04-16 15:45:28 +08:00
parent 807791648e
commit 2ac0f67f41
9 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ import { useI18n } from 'vue-i18n';
const { t } = useI18n();
//
const Verify = defineAsyncComponent(() => import('/@/components/verifition/Verify.vue'));
const Verify = defineAsyncComponent(() => import('/@/components/Verifition/Verify.vue'));
//
const emit = defineEmits(['signInSuccess']); //