Coder Social home page Coder Social logo

yii2-extjs-rbac's Issues

小建议

好东西,不过就是里面好多文件位置写绝对了,建议去掉dp前面的斜杠

yii2 提供了很好的路径识别

你的项目在wsl\rbac\下,可别人的不是啊,所以你应该用yii2自带的路径识别 yii(vendor\yiisoft)和app(代表根目录) 来统一.
看了你的命名空间全是 wsl\rbac\ 你可以这样写 app\modules\admin. 这样就自动化了.

有两个小问题

1、adminmenu表里面的parent_id字段,你的"系统管理"和"管理员和权限管理“的值是0,当你在MenuController.php中的 $tree = DpAdminMenu::getTreeByParentId(null, '', [], $order);用的是null,导致后台左边的menutree显示不出来。

2、我改成$tree = DpAdminMenu::getTreeByParentId(0, '', [], $order)后,左边菜单出来了,但是右边应该显示的各项现实内容出不来

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.