Compare commits
No commits in common. "97b26b980d014457054c2bd769252aa29ee07e26" and "c7fc75f24fcf520519e8fc90447d9dff153e88c8" have entirely different histories.
97b26b980d
...
c7fc75f24f
|
|
@ -37,6 +37,7 @@ const routes = [
|
|||
name: "login",
|
||||
component: Login,
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -88,6 +88,8 @@ export default {
|
|||
const Check = (username) => {
|
||||
store.setUser(username)
|
||||
}
|
||||
|
||||
|
||||
const logins = () => {
|
||||
formRef.value.validate().then(() => {
|
||||
const formData = new FormData()
|
||||
|
|
|
|||
Loading…
Reference in New Issue