Compare commits

..

No commits in common. "97b26b980d014457054c2bd769252aa29ee07e26" and "c7fc75f24fcf520519e8fc90447d9dff153e88c8" have entirely different histories.

2 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,7 @@ const routes = [
name: "login", name: "login",
component: Login, component: Login,
} }
] ]

View File

@ -88,6 +88,8 @@ export default {
const Check = (username) => { const Check = (username) => {
store.setUser(username) store.setUser(username)
} }
const logins = () => { const logins = () => {
formRef.value.validate().then(() => { formRef.value.validate().then(() => {
const formData = new FormData() const formData = new FormData()