基于ant-design-pro的社团管理管理系统

2018-05-30  本文已影响0人  helloyoucan

基于ant-design-pro的社团管理管理系统

本项目github地址:https://github.com/helloyoucan/cmsys

本项目是后端管理平台,前台展示网站的项目在
https://github.com/helloyoucan/cmsys-show

运行
npm install 
npm run start
构建
npm run build

本项目为前端项目,具备mock的数据模拟,也可以把后端运行起来,使用代理

后端项目在https://gitee.com/helloyoucan/sausys

使用代理

在项目根目录打开.roadhogrc,在"theme": "./src/theme.js"下一行添加,注意在"theme": "./src/theme.js"加上逗号

"proxy": {
      "/": {
        "target": "http://localhost:8085/",
        "changeOrigin": true,
        "pathRewrite": { "^/": "" }
      }
    }
项目介绍

本项目为本人的毕业设计,基于学校社团管理的需求完成的社团管理项目的前端部分,具备信息管理,信息审批、文章编写等功能

系统的权限
1、chaojiguanliyuan
超级管理员,在mock中可用(admin,123456)登陆
2、tuanweiguanliyuan
团委管理员,在mock中可用(tuanwei,123456)登陆
3、shelianguanliyuan
社联管理员,在mock中可用(shelian,123456)登陆
4、shetuanguanliyuan
社团管理员,在mock中可用(shetuan,123456)登陆

系统截图

上一篇 下一篇

猜你喜欢

热点阅读