Giter Site home page Giter Site logo

cmsys's Introduction

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

预览地址:http://www.helloyoucan.com:8000 (1M带宽,访问较慢)

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

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

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

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

后端项目在https://gitee.com/ZeKaiWang95/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)登陆

系统截图

cmsys's People

Contributors

helloyoucan avatar zekaiwang-jay avatar

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.