diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 2d8b842..e355914 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -63,8 +63,8 @@ const { title, getDropdownItemStyle, getDropdownItemClass } = useNav();
const { locale, translationCh, translationEn } = useTranslationLang();
const ruleForm = reactive({
- username: "admin",
- password: "admin123",
+ username: "",
+ password: "",
verifyCode: ""
});
diff --git a/src/views/monitor/login/index.vue b/src/views/monitor/login/index.vue
index 0af53cc..d8b31cd 100644
--- a/src/views/monitor/login/index.vue
+++ b/src/views/monitor/login/index.vue
@@ -73,7 +73,11 @@ const {
-
+
-
+
{
class="!w-[200px]"
/>
-
+