|
@@ -97,9 +97,9 @@ const actions = {
|
|
|
.then((response) => {
|
|
|
const { code, data } = response;
|
|
|
if (code === 0) {
|
|
|
- alert(JSON.stringify(data))
|
|
|
- const { token, userinfo } = data;
|
|
|
- const { id } = userinfo;
|
|
|
+ // alert(JSON.stringify(data))
|
|
|
+ const { token, id } = data;
|
|
|
+ // const { id } = userinfo;
|
|
|
commit("SET_TOKEN", token);
|
|
|
setToken(token);
|
|
|
commit("SET_USER_ID", id);
|