- 新增 BusCorpForm 相关的 Controller、Service、Dao 及实体类 - 实现企业信息的分页查询功能 - 新增企业信息添加和编辑功能 - 优化数据字典组件,支持新功能- 更新 API 调用路径,适配新功能 |
||
|---|---|---|
| public | ||
| src | ||
| .editorconfig | ||
| .env | ||
| .env.development | ||
| .env.production | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierrc.cjs | ||
| README.md | ||
| env.d.ts | ||
| index.html | ||
| jsconfig.json | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.cjs | ||
| vite.config.js | ||
| web-types.json | ||
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).