deploy
This commit is contained in:
parent
a48e0ba3be
commit
fd0effe803
|
|
@ -84,9 +84,9 @@
|
|||
mounted() {
|
||||
this.form.username = 'admin'
|
||||
this.form.password = '123456'
|
||||
/* setTimeout(() => {
|
||||
setTimeout(() => {
|
||||
this.handleSubmit()
|
||||
}, 5000) */
|
||||
}, 3000)
|
||||
},
|
||||
methods: {
|
||||
...mapActions({
|
||||
|
|
|
|||
Loading…
Reference in New Issue