- 在传感器管理页面表单中新增"数据接入标识"输入项 - 更新 dust_device_sensor 表结构,添加 DATA_ACCESS_CODE 字段 - 修改 MyBatis 映射文件,支持 DATA_ACCESS_CODE 的增删改查操作 - 调整设备传感器关联查询,包含新增的 DATA_ACCESS_CODE 字段 - 优化 dust_device 表查询条件,移除冗余的 DEVICE_TYPE 模糊匹配 |
||
|---|---|---|
| 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).