Commit 4d137a0b by pangchong

feat: 提交

parent c1e29238
...@@ -98,7 +98,6 @@ const login = async () => { ...@@ -98,7 +98,6 @@ const login = async () => {
const res = await loginApi(toRaw(loginForm)) const res = await loginApi(toRaw(loginForm))
if (res.code == 200) { if (res.code == 200) {
userStore.setUserInfo(res.data) userStore.setUserInfo(res.data)
return true
} else { } else {
uni.$mocpMessage.error(res.message) uni.$mocpMessage.error(res.message)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment