AlvisLiu c623257380 行政服务-请假管理 hace 1 año
..
administrativeService c623257380 行政服务-请假管理 hace 1 año
borrowReceive bc5926d87b feat:预约管理完成 hace 1 año
clubCourse cd3ac69570 社团选课 hace 1 año
equipmentPurchase cd3ac69570 社团选课 hace 1 año
equipmentPurchaseApply a6ccaae564 设备采购审核问题修复 hace 2 años
equipmentWarranty 6ac902e525 晨检系统 hace 1 año
morningInspectionSystem 6ac902e525 晨检系统 hace 1 año
officialDocumentManager 79254ed1f0 feat:与局端数据一致 hace 2 años
overtimeMealFeeSubsidy 2909cfb3c9 添加搜索框 hace 2 años
projectManager 5d8b99b3de 提交 hace 1 año
reserveMeetingRooms 1808f1df46 会议室预定优化 hace 2 años
resourceOrder bc5926d87b feat:预约管理完成 hace 1 año
sanZhongYiDa 4f04968f8b feat:修复bug1168,修复三重一大我审核的 hace 2 años
scanCode ccbcf09688 学生二维码扫码页面 hace 1 año
tdk 73a5ae33d6 ~ hace 1 año
techerFlowManager 727fcd6fe1 fix:修复附件不显示问题,并且优化附件预览 hace 2 años
wuYuAppraise f1b10607fd feat:新增五育评价页面 hace 1 año
README.md 9dc416dee2 init:新建项目,并完成首页静态页 hace 2 años
[...all].vue 9dc416dee2 init:新建项目,并完成首页静态页 hace 2 años
index.vue 48291a0dc8 feat:修复安卓title问题 hace 2 años
menuData.js c623257380 行政服务-请假管理 hace 1 año

README.md

File-based Routing

Routes will be auto-generated for Vue files in this dir with the same file structure. Check out vite-plugin-pages for more details.

Path Aliasing

~/ is aliased to ./src/ folder.

For example, instead of having

import { isDark } from '../../../../composables'

now, you can use

import { isDark } from '~/composables'