Go to file
liangbin 7bc821a71f fix(api): 更新电伴热设备接口路径从TestApi到json
修改电伴热设备状态获取和控制接口的URL路径,从`/TestApi/device`变更为`/json/device`,以匹配后端API路由的更新
2025-12-31 17:46:18 +08:00
public feat(电伴热): 添加电伴热设备配置及API接口 2025-12-31 17:15:55 +08:00
src fix(api): 更新电伴热设备接口路径从TestApi到json 2025-12-31 17:46:18 +08:00
.gitignore 上传代码 2025-05-26 13:35:34 +08:00
README.md 上传代码 2025-05-26 13:35:34 +08:00
babel.config.js 上传代码 2025-05-26 13:35:34 +08:00
dist.zip 0815 2025-08-15 16:43:16 +08:00
package-lock.json 上传代码 2025-05-26 13:35:34 +08:00
package.json 0604 2025-06-04 10:37:04 +08:00
vue.config.js fix: 修复代理配置注释和预警信息显示条件 2025-12-31 17:43:31 +08:00
yarn.lock 安装依赖 2025-12-30 08:51:48 +08:00

README.md

vue_cli3_ui

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.