fix: 静态资源调整

This commit is contained in:
xuziqiang
2024-06-18 14:49:01 +08:00
parent e0fe92a8f8
commit 012c049ab0
85 changed files with 18 additions and 175 deletions

View File

@@ -5,7 +5,7 @@
</template>
<script setup lang="ts">
import { reactive, onMounted, ref, toRefs, defineEmits } from 'vue';
import { reactive, onMounted, ref } from 'vue';
const verify = ref(null);
const emit = defineEmits(['get-code']);
defineOptions({