11wqe1 2 주 전
부모
커밋
294054877e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/store/modules/user.js

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

@@ -149,7 +149,7 @@ const actions = {
       // getToken()
       commit("SET_ID", state.token);
 
-      getUser({ userid: state.token,val:parent?.location?.href.includes('hk') })
+      getUser({ userid: state.token})
         .then((response) => {
           console.log(response);
           // const { data } = response