zengyicheng 1 년 전
부모
커밋
683fa498f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/config/config.js

+ 1 - 1
src/config/config.js

@@ -37,7 +37,7 @@ const store = new Vuex.Store({
         getPlanEndProjectData(state) {
             console.log("获取信息")
             ajax.get(state.api + "/SelectProjectEndData", {
-                uid: getToken()
+                uid: state.userInfo.userid
             }).then(res => {
                 state.Notify = res['data'][0];
                 if (state.Notify.length > 0) state.NotifyDig = true;