fix 修复单词拼写错误

This commit is contained in:
LiYaoheng
2024-06-06 14:19:55 +08:00
parent 61df97c4b9
commit e8a641f3a3
4 changed files with 5 additions and 6 deletions

View File

@ -5,5 +5,5 @@
</template>
<script setup lang="ts">
const url = ref(import.meta.env.VITE_APP_MONITRO_ADMIN);
const url = ref(import.meta.env.VITE_APP_MONITOR_ADMIN);
</script>