feat: 取消默认账号
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 52s

This commit is contained in:
fyy 2025-08-18 10:48:26 +08:00
parent 79d650adb4
commit 79e7a20bd1

View File

@ -44,8 +44,8 @@ const router = useRouter()
const authStore = useAuthStore();
//
const username = ref('admin')
const password = ref('admin123')
const username = ref('')
const password = ref('')
const rememberMe = ref(false)
//