GithubHelp home page GithubHelp logo

buqiyuan / react-antd-admin Goto Github PK

View Code? Open in Web Editor NEW
176.0 20.0 56.0 1.71 MB

基于vite2.x + react17.x + typescript4.x + antd4.x + react-router6.x + mobx6.x编写的一款简单高效的前后端分离的权限管理系统

Home Page: http://buqiyuan.gitee.io/react-antd-admin

License: MIT License

HTML 0.76% Shell 0.24% JavaScript 2.41% TypeScript 93.07% Less 3.51%
react react-redux react-hooks typescript ant-design craco admin-template create-react-app

react-antd-admin's People

Contributors

buqiyuan avatar tklint avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

react-antd-admin's Issues

一个建议

在文件/src/routes/modules/system.ts中定义了一个对象来作为异步组件的映射

export default {
'views/system/permission/user': lazy(() => import('@/views/system/permission/user')),
'views/system/permission/menu': lazy(() => import('@/views/system/permission/menu')),
'views/system/permission/role': lazy(() => import('@/views/system/permission/role')),
'views/system/monitor/req-log': lazy(() => import('@/views/system/monitor/req-log')),
'views/system/monitor/online': lazy(() => import('@/views/system/monitor/online')),
'views/system/monitor/serve': lazy(() => import('@/views/system/monitor/serve')),
'views/system/monitor/login-log': lazy(() => import('@/views/system/monitor/login-log')),
'views/system/schedule/task': lazy(() => import('@/views/system/schedule/task')),
'views/system/schedule/log': lazy(() => import('@/views/system/schedule/log'))
};

为什么不直接从import.meta.globEager('../../views/**/*.ts')中获取呢

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.