Merge pull request 'master' (#848) from master into prod

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/848
This commit is contained in:
2024-10-17 14:49:45 +00:00

View File

@@ -43,8 +43,8 @@ import {User, Lock, Key} from '@element-plus/icons-vue'
const router = useRouter()
const authStore = useAuthStore()
const loginForm = reactive({
username: 'superAdmin',
password: '123456',
username: '',
password: '',
code: '',
uuid: ''
})