Browse Source

按钮权限

xtk 7 months ago
parent
commit
8241015c68
1 changed files with 0 additions and 4 deletions
  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);