Compare commits

...

2 Commits

Author SHA1 Message Date
qiangyanwen 97b26b980d add test 2022-12-13 17:21:44 +08:00
qiangyanwen 2da77f31d7 add test 2022-12-13 17:18:29 +08:00
2 changed files with 0 additions and 3 deletions

View File

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

View File

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