# tlias-frontend
**Repository Path**: make-it-easy/tlias-frontend
## Basic Information
- **Project Name**: tlias-frontend
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-06-06
- **Last Updated**: 2025-07-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Tlias前端
## 项目介绍
Tlias(Teacher Learning Intelligent Assistance System),是传智教育开发的智慧教学辅助系统,原本包括员工和部门两个模块,实现了不同模块间的**CRUD**,**批量删除**,**分页模糊查询**,**员工头像阿里云OSS存储**,**拦截器**,**JWT登录校验**等功能。
本项目在此基础上进行完善,**补充了年级和学生表**,在保留了原始模块功能的同时,**通过echarts增加了数据统计管理**。项目采取 SpringBoot + Vue 的前后端分离开发模式。
后端地址:[tlias-web-management: tlias教学辅助系统的后端代码](https://gitee.com/make-it-easy/tlias-web-management)
原项目链接:[Day10-01. 案例-准备工作_哔哩哔哩_bilibili](https://www.bilibili.com/video/BV1m84y1w7Tb?spm_id_from=333.788.videopod.episodes&vd_source=9e0b849da4c0b3c821e8cbc2b03c4757&p=135)
项目演示链接:[tlias.muyi.ltd](https://tlias.muyi.ltd)
username:jinyong,password:123456
## 功能实现
1. 通过员工进行登录
2. 对员工,部门,学生,年级模块进行CRUD,批量删除,分页模糊查询等操作
3. 根据echarts对员工和学生信息进行统计
## 项目ER图
## 快速开始
```shell
npm install
npm run dev
```
## 项目演示
