Commit bacf4083 by haojie

1

parent 508715db
...@@ -64,6 +64,9 @@ async function login() { ...@@ -64,6 +64,9 @@ async function login() {
if (res.code == 0) { if (res.code == 0) {
console.log('登录成功'); console.log('登录成功');
login_token = res.data.access_token; login_token = res.data.access_token;
} else {
console.log('登录失败');
console.log(res);
} }
} catch (e) { } catch (e) {
console.log(e); console.log(e);
......
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