端口修改

This commit is contained in:
2025-12-15 14:50:29 +08:00
parent 302173f623
commit 3767150fd6
16 changed files with 52 additions and 52 deletions

View File

@@ -12,7 +12,7 @@
<script setup lang="ts">
const goToMainSystem = () => {
window.location.href = 'http://localhost:5002'
window.location.href = 'http://localhost:7002'
}
</script>