ZhaoJing f9257a04a0 Merge branch 'master' into zhaoj hai 1 ano
..
administrativeService c52a6e23e6 feat:完成借用领用模块 hai 1 ano
borrowReceive c52a6e23e6 feat:完成借用领用模块 hai 1 ano
equipmentPurchaseApply a6ccaae564 设备采购审核问题修复 %!s(int64=2) %!d(string=hai) anos
equipmentWarranty 6ac902e525 晨检系统 hai 1 ano
morningInspectionSystem 6ac902e525 晨检系统 hai 1 ano
officialDocumentManager 79254ed1f0 feat:与局端数据一致 %!s(int64=2) %!d(string=hai) anos
overtimeMealFeeSubsidy 2909cfb3c9 添加搜索框 %!s(int64=2) %!d(string=hai) anos
projectManager 5d8b99b3de 提交 hai 1 ano
reserveMeetingRooms 1808f1df46 会议室预定优化 %!s(int64=2) %!d(string=hai) anos
sanZhongYiDa 4f04968f8b feat:修复bug1168,修复三重一大我审核的 %!s(int64=2) %!d(string=hai) anos
scanCode c38779d4bd 学生二维码页面 hai 1 ano
tdk 73a5ae33d6 ~ hai 1 ano
techerFlowManager 727fcd6fe1 fix:修复附件不显示问题,并且优化附件预览 %!s(int64=2) %!d(string=hai) anos
README.md 9dc416dee2 init:新建项目,并完成首页静态页 %!s(int64=2) %!d(string=hai) anos
[...all].vue 9dc416dee2 init:新建项目,并完成首页静态页 %!s(int64=2) %!d(string=hai) anos
index.vue 48291a0dc8 feat:修复安卓title问题 %!s(int64=2) %!d(string=hai) anos
menuData.js 5d8b99b3de 提交 hai 1 ano

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'