Merge pull request #1 from ZeroCatDev/copilot/fix-authorize-page-access

[WIP] Fix bug preventing access to authorize page
This commit is contained in:
Sunwuyuan 2025-10-08 09:25:54 +08:00 committed by GitHub
commit be54e877d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6018 additions and 0 deletions

6010
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,11 @@
<route lang="json">
{
"meta": {
"requiresAuth": false
}
}
</route>
<script setup> <script setup>
import { ref, computed, onMounted } from 'vue' import { ref, computed, onMounted } from 'vue'
import { useRoute, useRouter } from 'vue-router' import { useRoute, useRouter } from 'vue-router'