浏览代码

按钮权限

xtk 7 月之前
父节点
当前提交
852bc2ca7c
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/store/modules/user.js

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

@@ -63,6 +63,10 @@ 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);