소스 검색

按钮权限

xtk 7 달 전
부모
커밋
8241015c68
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/store/modules/user.js

+ 0 - 4
src/store/modules/user.js

@@ -63,10 +63,6 @@ const user = {
             commit('DEL_ALL_TAG');
             commit('CLEAR_LOCK');
           }
-          getButtons().then(res => {
-            const pdata = res.data.data;
-            commit('SET_PERMISSION', pdata);
-          })
           resolve();
         }).catch(error => {
           reject(error);