diff --git a/GoView/src/views/login/index.vue b/GoView/src/views/login/index.vue index 31bd3449..14ad9bcd 100644 --- a/GoView/src/views/login/index.vue +++ b/GoView/src/views/login/index.vue @@ -128,8 +128,8 @@ const sysinfo = ref() const t = window['$t'] const formInline = reactive({ - username: 'superadmin', - password: 'Admin.NET++010101' + username: '', + password: '' }) const rules = {