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";