This commit is contained in:
2025-06-26 17:12:15 +08:00
parent a48bbd1980
commit 04c26fbba8
11 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<script setup>
import NULLICON from "../static/images/缺省图.png";
import NULLICON from "../static/images/yczh.png";
import XModal from "./XModal.vue";
import {getCurrentInstance, nextTick, onMounted, reactive, ref, watch} from "vue";
import PlatformENUM from "../enum/PlatformENUM";

View File

@@ -1,6 +1,6 @@
<script setup>
import {ref} from 'vue';
import SY_ICON from '../static/icons/水印_预览.png';
import SY_ICON from '../static/icons/syyl.png.png';
const {src, list, imageClass, sy} = defineProps({
src: {