Fix authorize page access by setting requiresAuth to false

Co-authored-by: Sunwuyuan <88357633+Sunwuyuan@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-10-08 01:25:22 +00:00
parent 9388280fd5
commit 6f6a372abd

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'