Merge pull request #84 from Learnware-LAMDA/hotfix(frontend)/public_img_path

fix(frontend): system.png image path error
This commit is contained in:
AnnyTerfect 2023-11-02 18:41:55 +08:00 committed by GitHub
commit 549ad3add0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
import { useRouter } from "vue-router";
import { useI18n } from "vue-i18n";
import BigTitle from "../Public/BigTitle.vue";
import system from "/public/system.png";
import system from "../../../public/system.png";
const { t } = useI18n();