Giter Site home page Giter Site logo

skyclouds2001 / medical-device-after-sale-service-backstage Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 2.1 MB

Home Page: https://medical-device-after-sale-service-back-stage.vercel.app

License: MIT License

JavaScript 2.68% Shell 0.15% HTML 0.69% CSS 0.96% TypeScript 95.51%

medical-device-after-sale-service-backstage's Introduction

MedicalDeviceAfterSaleServiceBackstage

项目初始化

  • 预先下载 node,node 建议版本 16.x.x 18.x.x,npm 建议版本 9.x.x
  • 项目根目录打开终端执行 npm install

项目技术栈

React+Vite+TypeScript+Sass

项目结构

  • public 项目静态资源根目录
  • src 项目源代码根目录
    • api/ 接口方法目录
      • admin.ts 管理员接口方法
      • company.ts 公司接口方法
      • customer.ts 客户接口方法
      • file.ts 文件接口方法
      • media.ts 资源接口方法
      • product.ts 产品接口方法
      • service.ts 客服接口方法
      • work-order.ts 工单接口方法
    • asset/ 静态资源目录
    • components/ 自定义组件目录
      • client/ 客户管理组件
      • customer-service/ 客服管理组件
      • file/ 文件管理组件
      • product/ 产品管理组件
      • work-order/ 工单管理组件
    • config/ 配置数据目录
      • index.ts
    • data/ 静态数据目录
      • index.ts
    • model/ 数据模型目录
      • company.ts 公司数据结构
      • customer.ts 客户数据结构
      • department.ts 部门数据结构
      • file.ts 文件数据结构
      • product.ts 产品数据结构
      • service.ts 客服数据结构
      • user.ts 员工数据结构
      • work-order 工单数据结构
    • network 请求方法目录
      • index.ts
    • router 路由配置目录
      • index.ts
    • store 状态管理目录
      • index.ts
    • util/ 工具方法目录
      • crypto.ts 加解密方法
      • file.ts 文件方法
      • storage.ts 存储方法
    • view/ 页面目录
      • 404 默认重定向页
      • ClientManage 客户管理页
      • CustomerServiceManage 客服管理页
      • FileManage 文件管理页
      • LoginPage 登录页
      • ProductManage 产品管理页
      • WorkOrderManage 工单管理页
    • App.css
    • App.tsx
    • index.css
    • main.tsx
  • index.html 根 HTML 入口文件
  • package.json
  • package-lock.json
  • tsconfig.json
  • vite.config.ts
  • .gitattributes
  • .gitignore
  • LICENSE
  • README.md

页面路由

- 登录页 `/`
- 客户管理 `/client`
- 客服管理 `/service`
- 产品管理 `/product`
- 文件管理 `/file`
- 工单管理 `/order`

开发文档

测试账号

账户名 管理员 账户密码 aftersale1111

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.