Merge pull request 'fix : 清空登录默认账号' (#841) from dj into master
Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/841
This commit is contained in:
@@ -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: ''
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user