Merge pull request 'fix : 修改登录默认密码' (#117) from dd into master
Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/117
This commit is contained in:
@@ -36,7 +36,7 @@ const router = useRouter()
|
|||||||
const authStore = useAuthStore()
|
const authStore = useAuthStore()
|
||||||
const loginForm = reactive({
|
const loginForm = reactive({
|
||||||
username: 'admin',
|
username: 'admin',
|
||||||
password: 'qwe123',
|
password: '123456',
|
||||||
code: '',
|
code: '',
|
||||||
uuid: ''
|
uuid: ''
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user