- 在AppAudioOrVideoController中引入Const常量类 - 使用Const.HTTPFILEURL替换硬编码的文件服务器地址 - 在Const类中启用@Value注解从配置文件读取文件URL - 修复了视频封面和播放地址的拼接逻辑 refactor(curriculum): 优化课程查询SQL排序逻辑 - 在CurriculumMapper.xml中添加GROUP BY子句 - 按照操作时间降序排列课程数据 fix(template): 更新模板中的公司名称 - 将河北港口集团有限公司更改为山西新泰钢铁有限公司 |
||
|---|---|---|
| public | ||
| src | ||
| .env | ||
| .env.development | ||
| .env.production | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierrc.cjs | ||
| env.d.ts | ||
| index.html | ||
| jsconfig.json | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.cjs | ||
| readme.md | ||
| vite.config.js | ||
readme.md
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Recommended IDE Setup
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).