thinkphp-vue-admin thinkphp + vue + element + 权限管理 + 菜单自定义解决方案

thinkPHP-vue-admin thinkPHP + vue + element + 权限管理 + 菜单自定义解决方

在线地址: http://v-web.surest.cn/

账号: admin
密码: admin123

后台 api 地址

https://github.com/surest-sky/think-vue-admin-api

支持功能

权限管理后台来自:

https://github.com/PanJiaChen/vue-element-admin

这里仅仅在其功能上面增加

安装

git clone https://github.com/surest-sky/thinkPHP-vue-admin.git

cd thinkPHP-vue-admin

yarn install (推荐)
或者
npm install

配置后端: 
    见: https://github.com/surest-sky/think-vue-admin-api
配置 vue.config.js 
    设置跨域地址

npm run dev


如果打包的话, 见

src/utils/request.js

修改环境的请求地址即可

# 打包命令
npm run build:prod

效果图 :

  • 仪表盘

https://s2.ax1x.com/2019/07/23/eko2uj.png

  • table相关

https://s2.ax1x.com/2019/07/23/ekTci6.png

  • 权限管理

https://s2.ax1x.com/2019/07/23/ekTRzD.png

  • 角色管理

https://s2.ax1x.com/2019/07/23/ekThsH.md.png

https://s2.ax1x.com/2019/07/23/ek76mj.png

https://s2.ax1x.com/2019/07/23/ek7Wt0.png

https://s2.ax1x.com/2019/07/23/ek77nJ.png

我的博客

surest.cn

具体的参阅代码

交流群

在这里插入图片描述

相关文章

(1)创建数据表: CREATE TABLE IF NOT EXISTS `think_form` ...
组合查询的主体还是采用数组方式查询,只是加入了一些特殊的...
(1)创建模版:/App/Home/View/Form/edit.html   <FORM m...
自定义配置文件user.php: <?php return array(    \'se...
在一些成熟的CMS系统中,后台一般都包含一个配置中心(如织梦...
废话不多说先上图预览下,即本博客的分页; 这个分页类是在...