Thingsboard二开系列拷贝篇-02快速增加一个模块

素材和版本

tb-release:3.2.2

目标

为了快速地熟悉代码,决定增加一个模块,并且使得模块能够完成CURD功能。

效果图:


改动代码


1) 前端增加部分




从上面的图可以看出,主要是需要在模块中增加project页面模块,并且还需要增加一个project.service.ts 请求服务,还有模型project.model.ts,还有project-id.ts。

2) 前端更新部分

更新部分包括菜单src/app/core/services/menu.service.ts,




因为我想通过租户可以设置最大创建项目数,因此增加了一个配置,改动的部分是:


src/app/modules/home/components/profile/tenant/default-tenant-profile-configuration.component.html


src/app/modules/home/components/profile/tenant/default-tenant-profile-configuration.component.ts





Model:







翻译:




你可能感兴趣的:(Thingsboard二开系列拷贝篇-02快速增加一个模块)