zhangwei
5 天以前 ef3906e9669cc75c054ef9bf4ea6336b727a539b
src/store/modules/user.ts
@@ -49,6 +49,8 @@
    },
    /** 存储角色 */
    SET_ROLES(roles: Array<string>) {
      console.log(roles, "setroles");
      this.roles = roles;
    },
    /** 存储按钮级别权限 */