Giter VIP home page Giter VIP logo

Comments (1)

enilu avatar enilu commented on August 18, 2024

本项目中和vue-element-admin官方权限判断的一点小差异:

  • 官方的做法是:指定的资源(路由和按钮)必须由特定的角色来操作,即判断用户可否操作指定资源是通过用户是否为指定角色:
  • 本项目的做法:直接判断用户的可操作资源是否包含指定资源
  • 说的直白点就是一个是判断role,一个是判断permission。至于本项目为什么这么做,纯粹是个人习惯,而且私以为后者更灵活一些,前端资源不需要写死为指定角色,而只需要根据前后端资源标识(url)来判断即可,这样可以保证后台可以灵活添加角色

from guns-lite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.