Commit 4d137a0b by pangchong

feat: 提交

parent c1e29238
......@@ -98,7 +98,6 @@ const login = async () => {
const res = await loginApi(toRaw(loginForm))
if (res.code == 200) {
userStore.setUserInfo(res.data)
return true
} else {
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