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) {
         getPlanEndProjectData(state) {
             console.log("获取信息")
             console.log("获取信息")
             ajax.get(state.api + "/SelectProjectEndData", {
             ajax.get(state.api + "/SelectProjectEndData", {
-                uid: getToken()
+                uid: state.userInfo.userid
             }).then(res => {
             }).then(res => {
                 state.Notify = res['data'][0];
                 state.Notify = res['data'][0];
                 if (state.Notify.length > 0) state.NotifyDig = true;
                 if (state.Notify.length > 0) state.NotifyDig = true;