# new_eyecode_prevention_control_web **Repository Path**: chengdu_shangbo_software/new_eyecode_prevention_control_web ## Basic Information - **Project Name**: new_eyecode_prevention_control_web - **Description**: 新 优视平台历史代码(前端)vue3+ pinia + element-plus +TS + axios - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-09 - **Last Updated**: 2025-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 新 优视平台历史代码(前端)[newweb] ## 目录基本结构 src ├── api │ ├── index.ts # 接口函数 │ └── request.ts # Axios 实例与拦截器 ├── assets │ └── style.css # 全局样式 ├── components │ ├── Layout.vue # 布局组件 │ └── Navbar.vue # 导航栏组件 ├── router │ └── index.ts # 路由配置 ├── stores │ ├── app.ts # 应用状态 │ └── user.ts # 用户状态 ├── views │ ├── Dashboard.vue # 仪表盘页面 │ ├── Login.vue # 登录页面 │ └── NotFound.vue # 404页面 ├── App.vue └── main.ts ## Git 提交规范 - `feat` 新功能 - `fix` 修补 bug - `docs` 文档 - `style` 格式、样式(不影响代码运行的变动) - `refactor` 重构(即不是新增功能,也不是修改 BUG 的代码) - `perf` 优化相关,比如提升性能、体验 - `test` 添加测试 - `build` 编译相关的修改,对项目构建或者依赖的改动 - `ci` 持续集成修改 - `chore` 构建过程或辅助工具的变动 - `revert` 回滚到上一个版本 - `workflow` 工作流改进 - `mod` 不确定分类的修改 - `wip` 开发中 - `types` 类型