From 8835d9b217538c80eb4fd85c7051ea674d62f71f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?=
 <1262327911@qq.com>
Date: Tue, 24 Sep 2024 12:21:11 +0800
Subject: [PATCH] feat: change login

---
 src/views/login/index.vue | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index b4410253..f2e9e10f 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -129,12 +129,6 @@ import { icon } from '@/plugins'
 import { routerTurnByName } from '@/utils'
 import { loginApi } from '@/api/path'
 
-interface FormState {
-  username: string
-  password: string
-}
-
-const { GO_SYSTEM_STORE } = StorageEnum
 const { PersonOutlineIcon, LockClosedOutlineIcon } = icon.ionicons5
 
 const formRef = ref()
@@ -148,7 +142,7 @@ const t = window['$t']
 
 const formInline = reactive({
   username: 'admin',
-  password: 'admin',
+  password: '123456',
 })
 
 const rules = {