This commit is contained in:
lcw
2025-09-26 12:56:52 +08:00
parent 204a199990
commit 2bed0ee326
503 changed files with 37423 additions and 1132 deletions

View File

@ -209,7 +209,7 @@ import {
const { proxy } = getCurrentInstance();
const emits = defineEmits(["updateChange"]);
const imgList = ref([]);
const urlImg = ref("/mosty-base/minio/image/download/");
const urlImg = ref("/bagl/mosty-base/minio/image/download/");
const props = defineProps({
dic: { type: Object, default: {} }
});