11wqe1 6 天之前
父節點
當前提交
07a4c9b210
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/store/modules/user.js

+ 1 - 1
src/store/modules/user.js

@@ -105,7 +105,7 @@ const actions = {
       // getToken()
       commit("SET_ID", state.token);
 
-      getUser({ userid: state.token ,withCredentials: true})
+      getUser({ userid: state.token})
         .then((response) => {
           console.log(response);
           // const { data } = response